Version 1.29 (checked in on 2009/05/31 at 18:16:40 by agentken)
Interface for selective table prefixing for use with Domain Access.
@ingroup domain_prefix
| Name | Description |
|---|---|
| DOMAIN_PREFIX_COPY | |
| DOMAIN_PREFIX_CREATE | |
| DOMAIN_PREFIX_DROP | |
| DOMAIN_PREFIX_IGNORE | Constant definitions for the various actions. |
| DOMAIN_PREFIX_UPDATE |
| Name | Description |
|---|---|
| domain_prefix_disable | Implement hook_disable(). |
| domain_prefix_domainlinks | Implement hook_domainlinks() |
| domain_prefix_domainupdate | Implement hook_domainupdate(). |
| domain_prefix_domain_bootstrap_full | Implementats hook_domain_bootstrap_full(). |
| domain_prefix_enable | Implement hook_enable(). |
| domain_prefix_get_prefix | Check for existing table prefixing. |
| domain_prefix_init | Implement hook_init(). |
| domain_prefix_menu | Implement hook_menu() |
| domain_prefix_perm | Implement hook_perm |
| domain_prefix_string | Uniform prefix string |
| domain_prefix_table_exists | Does a table exist -- we use this to bypass Drupal's default table prefixing check. |
| domain_prefix_theme | Implement hook_theme() |