You are here

constant CONFIG_STAGING_DIRECTORY in Zircon Profile 8

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

$config_directories key for staging directory.

Deprecated

in Drupal 8.0.x and will be removed before 9.0.0. The staging directory was renamed to sync.

See also

config_get_config_directory()

CONFIG_SYNC_DIRECTORY

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 119
Functions that need to be loaded on every Drupal request.

Code

const CONFIG_STAGING_DIRECTORY = 'staging';