constant CONFIG_SYNC_DIRECTORY in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/includes/bootstrap.inc \CONFIG_SYNC_DIRECTORY
$config_directories key for sync directory.
See also
10 uses of CONFIG_SYNC_DIRECTORY
- ConfigImporterTest::testConfigGetConfigDirectory in core/
modules/ config/ src/ Tests/ ConfigImporterTest.php - Tests config_get_config_directory().
- ConfigImportForm::submitForm in core/
modules/ config/ src/ Form/ ConfigImportForm.php - Form submission handler.
- config_get_config_directory in core/
includes/ bootstrap.inc - Returns the path of a configuration directory.
- drupal_install_config_directories in core/
includes/ install.inc - Creates the config directory and ensures it is operational.
- FileStorageFactory::getSync in core/
lib/ Drupal/ Core/ Config/ FileStorageFactory.php - Returns a FileStorage object working with the sync config directory.
File
- core/
includes/ bootstrap.inc, line 108 - Functions that need to be loaded on every Drupal request.
Code
const CONFIG_SYNC_DIRECTORY = 'sync';