You are here

Domain hook functions in Domain Access 6.2

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

Core hooks for the Domain module suite.

File

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

Functions

Namesort descending Location Description
hook_domainbatch ./API.php Allows modules to expose batch editing functions.
hook_domainconf ./API.php Allows modules to add additional form elements for saving as domain-specific settings.
hook_domaincron ./API.php Enables Domain Access modules to fire cron hooks across all active domains.
hook_domaingrants ./API.php Notify other modules that we are granting access to a node.
hook_domaininstall ./API.php Some Domain modules require that settings.php be edited to add additional files during the bootstrap process.
hook_domainlinks ./API.php Returns links to additional functions for the Domain Access module's admin screen
hook_domainload ./API.php Notifies other modules that we are loading a domain record from the database.
hook_domainnav ./API.php Enables modules to add additional parameters to the $domain array for use by the Domain Navigation module.
hook_domainpath ./API.php Allows modules to alter path when rewriting URLs.
hook_domainrecords ./API.php Notify other modules that we are saving node access records.
hook_domainupdate ./API.php Notify other modules that we have created a new domain or updated a domain record.
hook_domainview ./API.php Allows Domain modules to add columns to the domain list view at path 'admin/build/domain/view'.
hook_domainwarnings ./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
API.php ./API.php API documentation file.