constant DOMAIN_INSTALL_RULE in Domain Access 5
Same name and namespace in other branches
- 6.2 domain.module \DOMAIN_INSTALL_RULE
- 7.3 domain.module \DOMAIN_INSTALL_RULE
- 7.2 domain.module \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.
5 uses of DOMAIN_INSTALL_RULE
- domain_advanced_form in ./
domain_admin.inc - FormsAPI
- domain_configure_form in ./
domain_admin.inc - FormsAPI for configuring the domain module.
- domain_content_form in domain_content/
domain_content.module - Rewrites node_admin_nodes() to use db_rewrite_sql().
- domain_enable in ./
domain.module - Upon enabling this module, store the default view grant in the {node_access} table.
- domain_form_alter in ./
domain.module - Implement hook_form_alter()
File
- ./
domain.module, line 19 - Core module functions for the Domain Access suite.
Code
define('DOMAIN_INSTALL_RULE', TRUE);