You are here

constant DOMAIN_ASSIGN_USERS in Domain Access 7.3

Same name and namespace in other branches
  1. 6.2 domain.module \DOMAIN_ASSIGN_USERS
  2. 7.2 domain.module \DOMAIN_ASSIGN_USERS

Defines whether to assign users to the default domain on install. You may alter this variable before installing the module. See README.txt.

1 use of DOMAIN_ASSIGN_USERS
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 31
Core module functions for the Domain Access suite.

Code

define('DOMAIN_ASSIGN_USERS', TRUE);