7 calls to config_get_config_directory()

BootstrapConfigStorageFactory::get in drupal/core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
Returns a configuration storage implementation.
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.
file_ensure_htaccess in drupal/core/includes/file.inc
Creates a .htaccess file in each Drupal files directory if it is missing.
install_ensure_config_directory in drupal/core/includes/install.inc
Ensures that the config directory exists and is writable, or can be made so.
install_verify_config_directory in drupal/core/includes/install.inc
Checks whether a config directory exists and is writable.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.