You are here

constant DOMAIN_SITE_GRANT in Domain Access 7.3

Same name and namespace in other branches
  1. 5 domain.module \DOMAIN_SITE_GRANT
  2. 6.2 domain.module \DOMAIN_SITE_GRANT
  3. 7.2 domain.module \DOMAIN_SITE_GRANT

Defines whether to show affiliated content on all domains. You may alter this variable before installing the module. See README.txt.

3 uses of DOMAIN_SITE_GRANT
domain_domain_load in ./domain.module
Implements hook_domain_load().
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_bootstrap in ./domain.bootstrap.inc
Calls individual bootstrap phases.

File

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

Code

define('DOMAIN_SITE_GRANT', TRUE);