constant CONFIG_STAGING_DIRECTORY

$config_directories key for staging directory.

See also

config_get_config_directory()

4 uses of CONFIG_STAGING_DIRECTORY
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 341
Functions that need to be loaded on every Drupal request.

Code

const CONFIG_STAGING_DIRECTORY = 'staging';