You are here

constant CONFIG_ACTIVE_DIRECTORY in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/bootstrap.inc \CONFIG_ACTIVE_DIRECTORY

$config_directories key for active directory.

Deprecated

in Drupal 8.0.x and will be removed before 9.0.0. Drupal core no longer creates an active directory.

See also

config_get_config_directory()

3 uses of CONFIG_ACTIVE_DIRECTORY
BootstrapConfigStorageFactory::getFileStorage in core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
Returns a File-based configuration storage implementation.
ConfigImporterTest::testConfigGetConfigDirectory in core/modules/config/src/Tests/ConfigImporterTest.php
Tests config_get_config_directory().
FileStorageFactory::getActive in core/lib/Drupal/Core/Config/FileStorageFactory.php
Returns a FileStorage object working with the active config directory.

File

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

Code

const CONFIG_ACTIVE_DIRECTORY = 'active';