Core hooks for the Domain module suite.
| Name | Location | Description |
|---|---|---|
| hook_domain_batch | contrib-7/domain/API.php | Allows modules to expose batch editing functions. |
| hook_domain_conf | contrib-7/domain/API.php | Allows modules to add additional form elements for saving as domain-specific settings. |
| hook_domain_cron | contrib-7/domain/API.php | Enables Domain Access modules to fire cron hooks across all active domains. |
| hook_domain_insert | contrib-7/domain/API.php | Notify other modules that we have created a new domain. |
| hook_domain_install | contrib-7/domain/API.php | Some Domain modules require that settings.php be edited to add additional files during the bootstrap process. |
| hook_domain_link | contrib-7/domain/API.php | Returns links to additional functions for the Domain Access module's admin screen |
| hook_domain_load | contrib-7/domain/API.php | Notifies other modules that we are loading a domain record from the database. |
| hook_domain_nav | contrib-7/domain/API.php | Enables modules to add additional parameters to the $domain array for use by the Domain Navigation module. |
| hook_domain_path | contrib-7/domain/API.php | Allows modules to alter path when rewriting URLs. |
| hook_domain_update | contrib-7/domain/API.php | Notify other modules that we have updated a domain. |
| hook_domain_view | contrib-7/domain/API.php | Allows Domain modules to add columns to the domain list view at path 'admin/config/domain/view'. |
| hook_domain_warning | contrib-7/domain/API.php | Allows a warning message to be printed when entering specific forms that may have values that vary on each domain. |