You are here

constant CONFIG_STAGING_DIRECTORY in Drupal 8

$config_directories key for staging directory.

Deprecated

in drupal:8.0.0 and is removed from drupal:9.0.0. The staging directory was renamed to sync.

See also

config_get_config_directory()

CONFIG_SYNC_DIRECTORY

https://www.drupal.org/node/2574957

1 use of CONFIG_STAGING_DIRECTORY
config_get_config_directory in core/includes/bootstrap.inc
Returns the path of a configuration directory.

File

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

Code

const CONFIG_STAGING_DIRECTORY = 'staging';