CONFIG_ACTIVE_DIRECTORY
$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
Code
const CONFIG_ACTIVE_DIRECTORY = 'active';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.