domain_prefix_disallow

Versions
domain
domain_prefix_disallow()

Names of tables explicitly not allowed to be copied

▾ 3 functions call domain_prefix_disallow()

domain_prefix_configure_form in domain_prefix/domain_prefix.admin.inc
FormsAPI for generating the configuration form
domain_prefix_form in domain_prefix/domain_prefix.admin.inc
The table prefixing page for a domain.
domain_prefix_get_tables in domain_prefix/domain_prefix.admin.inc
Get the tables with the active prefix

Code

domain_prefix/domain_prefix.admin.inc, line 550

<?php
function domain_prefix_disallow() {
  return array(
    'domain',
    'domain_access',
    'domain_alias',
    'domain_conf',
    'domain_editor',
    'domain_prefix',
    'domain_source',
    'domain_theme',
    'domain_user'
  );
}
?>

Contact

  • agentrickard [at] gmail [dot] com

Donations

My Amazon.com Wish List