constant CONFIG_ACTIVE_DIRECTORY in Drupal 8
$config_directories key for active directory.
Deprecated
in drupal:8.0.0 and is removed from drupal:9.0.0. Drupal core no longer creates an active directory.
See also
https://www.drupal.org/node/2501187
2 uses of CONFIG_ACTIVE_DIRECTORY
- BootstrapConfigStorageFactory::getFileStorage in core/
lib/ Drupal/ Core/ Config/ BootstrapConfigStorageFactory.php - Returns a File-based configuration storage implementation.
- 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 162 - Functions that need to be loaded on every Drupal request.
Code
const CONFIG_ACTIVE_DIRECTORY = 'active';