Version 1.53.2.5 (checked in on 2010/02/21 at 19:23:12 by agentken)
Domain manager configuration options.
@ingroup domain_conf
| Name | Description |
|---|---|
| domain_conf_api | Retrieves elements from hook_domainconf() and formats them as needed. |
| domain_conf_block | Implement hook_block(). |
| domain_conf_disable | Implement hook_disable(). |
| domain_conf_domainbatch | Implement hook_domainbatch() |
| domain_conf_domainlinks | Implement hook_domainlinks() |
| domain_conf_domainupdate | Implement hook_domainupdate(). |
| domain_conf_domainwarnings | Implement hook_domainwarnings() |
| domain_conf_domain_bootstrap_full | Implementats hook_domain_bootstrap_full(). |
| domain_conf_enable | Implement hook_enable(). |
| domain_conf_init | Implement hook_init() |
| domain_conf_language_options | Get the language options for use in forms. |
| domain_conf_menu | Implement hook_menu() |
| domain_conf_theme | Implement hook_theme() |
| domain_conf_variable_delete | Delete a setting from {domain_conf}. |
| domain_conf_variable_get | Load a variable specific to a domain. |
| domain_conf_variable_save | Store a single variable in {domain_conf}. |
| domain_conf_variable_set | Change the variable setting for a domain. This function is called by external modules that wish to alter Domain Conf settings. |
| _domain_conf_load_primary | Load the variables from the primary domain. |