constant CONFIG_ACTIVE_DIRECTORY

$config_directories key for active directory.

See also

config_get_config_directory()

5 uses of CONFIG_ACTIVE_DIRECTORY
BootstrapConfigStorageFactory::get in drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
Returns a configuration storage implementation.
CoreBundle::build in drupal/core/lib/Drupal/Core/CoreBundle.php
Implements \Symfony\Component\HttpKernel\Bundle\BundleInterface::build().
drupal_install_config_directories in drupal/core/includes/install.inc
Creates the config directory and ensures it is operational.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
TestBase::prepareEnvironment in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Prepares the current environment for running the test.

File

drupal/core/includes/bootstrap.inc, line 334
Functions that need to be loaded on every Drupal request.

Code

const CONFIG_ACTIVE_DIRECTORY = 'active';