constant DOMAIN_INSTALL_RULE in Domain Access 7.3
Same name and namespace in other branches
- 5 domain.module \DOMAIN_INSTALL_RULE
- 6.2 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.
3 uses of DOMAIN_INSTALL_RULE
- domain_content_add_form_widget in domain_content/
domain_content.module - Abstraction function for selecting domains for batch operations.
- domain_default_node_access_settings in ./
domain.module - Returns default node access settings for new content.
- 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.
File
- ./
domain.module, line 19 - Core module functions for the Domain Access suite.
Code
define('DOMAIN_INSTALL_RULE', TRUE);