constant DOMAIN_INSTALL_RULE in Domain Access 7.2
Same name and namespace in other branches
- 5 domain.module \DOMAIN_INSTALL_RULE
- 6.2 domain.module \DOMAIN_INSTALL_RULE
- 7.3 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.
7 uses of DOMAIN_INSTALL_RULE
- domain_advanced_form in ./
domain.admin.inc - Implement domain_advanced_form.
- domain_configure_form in ./
domain.admin.inc - FormsAPI for configuring the domain module.
- domain_content_add_form_widget in domain_content/
domain_content.module - Abstraction function for selecting domains for batch operations.
- domain_enable in ./
domain.module - Upon enabling this module, store the default view grant in the {node_access} table. Then it assigns all users to the primary domain.
- domain_form_alter in ./
domain.module - Implements hook_form_alter()
File
- ./
domain.module, line 19 - Core module functions for the Domain Access suite.
Code
define('DOMAIN_INSTALL_RULE', TRUE);