You are here

constant DOMAIN_BOOTSTRAP_NAME_RESOLVE in Domain Access 6.2

Same name and namespace in other branches
  1. 7.3 domain.bootstrap.inc \DOMAIN_BOOTSTRAP_NAME_RESOLVE
  2. 7.2 domain.bootstrap.inc \DOMAIN_BOOTSTRAP_NAME_RESOLVE

Domain bootstrap phase 2: resolves host and does a lookup in the {domain} table. Also invokes hook "hook_domain_bootstrap_lookup".

2 uses of DOMAIN_BOOTSTRAP_NAME_RESOLVE
domain_bootstrap in ./domain.bootstrap.inc
Domain module bootstrap: calls all bootstrap phases.
_domain_bootstrap in ./domain.bootstrap.inc
Calls individual bootstrap phases.

File

./domain.bootstrap.inc, line 30
Domain bootstrap file.

Code

define('DOMAIN_BOOTSTRAP_NAME_RESOLVE', 1);