constant DOMAIN_EDITOR_RULE in Domain Access 5
Defines how to handle editor permissions when installing the module. You may alter this variable before installing the module. See README.txt.
9 uses of DOMAIN_EDITOR_RULE
- domain_advanced_form in ./
domain_admin.inc - FormsAPI
- domain_configure_form in ./
domain_admin.inc - FormsAPI for configuring the domain module.
- domain_content_check in domain_content/
domain_content.module - Access checking routine for the menu and node access checks.
- domain_content_menu in domain_content/
domain_content.module - Implement hook_menu()
- domain_content_update_nodes in domain_content/
domain_content.module - FormAPI function that lets us update access rules.
File
- ./
domain.module, line 25 - Core module functions for the Domain Access suite.
Code
define('DOMAIN_EDITOR_RULE', FALSE);