You are here

constant DOMAIN_SITE_GRANT in Domain Access 5

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

2 uses of DOMAIN_SITE_GRANT
domain_domainload in ./domain.module
Implement hook_domainload()
domain_enable in ./domain.module
Upon enabling this module, store the default view grant in the {node_access} table.

File

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

Code

define('DOMAIN_SITE_GRANT', TRUE);