Version 1.51.2.3 (checked in on 2010/03/01 at 01:55:33 by agentken)
API documentation file.
@ingroup domain_hooks
| Name | Description |
|---|---|
| domain_nav_domain_nav_options_alter | Allow modules to alter access to Domain Navigation items. |
| hook_domainbatch | Allows modules to expose batch editing functions. |
| hook_domainconf | Allows modules to add additional form elements for saving as domain-specific settings. |
| hook_domaincron | Enables Domain Access modules to fire cron hooks across all active domains. |
| hook_domainform | Allows other modules to add elements to the default Domain settings page. |
| hook_domaingrants | Notify other modules that we are granting access to a node. |
| hook_domainignore | Return an array of forms for which we cannot run hook_form_alter(). |
| hook_domaininstall | Some Domain modules require that settings.php be edited to add additional files during the bootstrap process. |
| hook_domainlinks | Returns links to additional functions for the Domain Access module's admin screen |
| hook_domainload | Notifies other modules that we are loading a domain record from the database. |
| hook_domainnav | Enables modules to add additional parameters to the $domain array for use by the Domain Navigation module. |
| hook_domainpath | Allows modules to alter path when rewriting URLs. |
| hook_domainrecords | Notify other modules that we are saving node access records. |
| hook_domainupdate | Notify other modules that we have created a new domain or updated a domain record. |
| hook_domainview | Allows Domain modules to add columns to the domain list view at path 'admin/build/domain/view'. |
| hook_domainwarnings | Allows a warning message to be printed when entering specific forms that may have values that vary on each domain. |
| hook_domain_bootstrap | The Domain Bootstrap Process. |
| hook_domain_bootstrap_full | Hook hook_domain_bootstrap_full allows modules to execute code after the domain bootstrap phases which is called before drupal's hook_boot(). |
| hook_domain_bootstrap_lookup | Hook domain_bootstrap_lookup allows modules to modify the domain record used on the current page on bootstrap level, that is, before it is used anywhere else. |
| hook_domain_source_alter | Allows modules to specify the target link for a node. |
| hook_domain_source_path_alter | Allows modules to specify the target link for a Drupal path. |
| hook_domain_warnings_alter | Allows modules to remove form_ids from the list set by hook_domainwarnings(). |
| mymodule_form_submit | Demonstrates domain_conf_variable_set(). |