You are here

constant DOMAIN_INSTALL_RULE in Domain Access 6.2

Same name and namespace in other branches
  1. 5 domain.module \DOMAIN_INSTALL_RULE
  2. 7.3 domain.module \DOMAIN_INSTALL_RULE
  3. 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.

6 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
Implement hook_form_alter()

... See full list

File

./domain.module, line 19
Core module functions for the Domain Access suite.

Code

define('DOMAIN_INSTALL_RULE', TRUE);