domain_prefix.module

Version

1.12.2.3 (checked in on 2008/07/04 at 19:21:01 by agentken)

Description

Interface for selective table prefixing for use with Domain Access. For this module to work correctly, you will need to follow the INSTALL.txt instructions for editing your settings.php file.

@ingroup domain_prefix

Constants

Namesort iconDescription
Constant definitions for the various actions.

Functions

Namesort iconDescription
domain_prefix_configure_formFormsAPI for generating the configuration form
domain_prefix_configure_form_submitFormsAPI for the domain_prefix_configure_form.
domain_prefix_disallowNames of tables explicitly not allowed to be copied
domain_prefix_domaininstallImplements hook_domaininstall()
domain_prefix_domainlinksImplements hook_domainlinks()
domain_prefix_domainupdateImplements hook_domainupdate().
domain_prefix_drop_recordsDrop tables created by this module.
domain_prefix_formThe table prefixing page for a domain.
domain_prefix_form_submitFormsAPI for domain_prefix_form.
domain_prefix_get_prefixCheck for existing table prefixing.
domain_prefix_get_tablesGet the tables with the active prefix
domain_prefix_lookupLookup stored table information for a domain.
domain_prefix_menuImplements hook_menu()
domain_prefix_module_lookupDerive a module name from the table name
domain_prefix_permImplements hook_perm
domain_prefix_stringUniform prefix string
domain_prefix_table_existsDoes a table exist -- we use this to bypass Drupal's default table prefixing check.
domain_prefix_update_sequencesCorrect the {sequences} table if doing an update.
theme_domain_prefix_configure_formFormsAPI theming for domain_prefix_configure_form.
_domain_prefix_sortHelper sort function