1.40.2.18 (checked in on 2008/08/01 at 15:21:14 by agentken)
Core module functions for the Domain Access suite. @ingroup domain
| Name | Description |
|---|---|
| DOMAIN_EDITOR_RULE | Defines how to handle editor permissions when installing the module. You may alter this variable before installing the module. See README.txt. |
| DOMAIN_INSTALL_RULE | Defines how to handle access permissions when installing the module. You may alter this variable before installing the module. See README.txt. |
| DOMAIN_SITE_GRANT | Defines whether to show affiliated content on all domains.. You may alter this variable before installing the module. See README.txt. |
| Name | Description |
|---|---|
| domain_admin | Router function to call various administration tasks |
| domain_api | Helper function for passing hook_domainload() by reference. |
| domain_batch_validate | Validate handler for hook_domainbatch() |
| domain_block | Implements hook_block() |
| domain_cron | Implements hook_cron() |
| domain_default | Assigns the default settings to domain 0, the root domain. |
| domain_disable | Implements hook_disable() |
| domain_disabling | Simple function to make sure we don't respond with grants when disabling ourselves. |
| domain_domainbatch | Implements hook_domainbatch() |
| domain_domaininstall | Implements hook_domaininstall() |
| domain_domainload | Implements hook_domainload() |
| domain_domains | Return all active domains (including the default) as an array. |
| domain_domainupdate | Implements hook_domainupdate() |
| domain_enable | Upon enabling this module, store the default view grant in the {node_access} table.See alsodomain_grant_all() |
| domain_enabling | Writes the default grants when the module is first enabled. |
| domain_form_alter | Implements hook_form_alter() |
| domain_get_path | Determine an absolute path for a domain |
| domain_get_uri | Determine an absolute path to the current page |
| domain_goto | Determine if we must switch the active domain. |
| domain_grant_all | Activate the hidden grant for searches. |
| domain_init | Implements hook_init() |
| domain_lookup | Runs a lookup against the {domain} table. One of the two values must be present |
| domain_menu | Implements hook_menu() |
| domain_nodeapi | Implements hook_nodeapi(). |
| domain_node_access_explain | Implements hook_node_access_explain for devel.module |
| domain_node_access_records | Implements hook_node_access_records() |
| domain_node_grants | Implements hook_node_grants. |
| domain_perm | Implements hook_perm() |
| domain_set_default_grant | Ensure that the 'domain_all' grant is present. |
| domain_simpletest | Implements hook_simpletest() |
| domain_user | Implements hook_user() |
| domain_warning_check | Sets a message to the site admin. |
| _domain_id_sort | Helper sort function |
| _domain_name_sort | Helper sort function |
| _domain_rid_sort | Helper sort function |
| _domain_rname_sort | Helper sort function |
| _domain_rurl_sort | Helper sort function |
| _domain_url_sort | Helper sort function |
| _domain_write_records | Store node_access records in the {domain_access{} table. |