You are here

Domain hook functions in Domain Access 7.2

Same name and namespace in other branches
  1. 5 API.php \domain_hooks
  2. 6.2 API.php \domain_hooks
  3. 7.3 domain.api.php \domain_hooks

Core hooks for the Domain module suite.

File

./domain.api.php, line 3
API documentation file.

Functions

Namesort descending Location Description
hook_domainbatch ./domain.api.php Allows modules to expose batch editing functions.
hook_domainconf ./domain.api.php Allows modules to add additional form elements for saving as domain-specific settings.
hook_domaincron ./domain.api.php Enables Domain Access modules to fire cron hooks across all active domains.
hook_domaininstall ./domain.api.php Some Domain modules require that settings.php be edited to add additional files during the bootstrap process.
hook_domainlinks ./domain.api.php Returns links to additional functions for the Domain Access module's admin screen
hook_domainload ./domain.api.php Notifies other modules that we are loading a domain record from the database.
hook_domainnav ./domain.api.php Enables modules to add additional parameters to the $domain array for use by the Domain Navigation module.
hook_domainpath ./domain.api.php Allows modules to alter path when rewriting URLs.
hook_domainupdate ./domain.api.php Notify other modules that we have created a new domain or updated a domain record.
hook_domainview ./domain.api.php Allows Domain modules to add columns to the domain list view at path 'admin/structure/domain/view'.
hook_domainwarnings ./domain.api.php Allows a warning message to be printed when entering specific forms that may have values that vary on each domain.

Files

Namesort descending Location Description
domain.api.php ./domain.api.php API documentation file.