Issue #2179753 by Sutharsan: Reword settings overrides docs in default.settings.php

8.0.x
Jennifer Hodgdon 2014-02-04 11:04:39 -08:00
parent b9de0424f2
commit 5f6e731c2c
1 changed files with 4 additions and 5 deletions

View File

@ -256,12 +256,11 @@ $config_directories = array();
/** /**
* Settings: * Settings:
* *
* $settings contains configuration that can not be saved in the configuration * $settings contains environment-specific configuration, such as the files
* system because it is required too early during bootstrap like the database * directory and reverse proxy address, and temporary configuration, such as
* information. It is also used for configuration that is specific for a given * turning on Twig debugging and security overrides.
* environment like reverse proxy settings
* *
* @see settings_get() * @see \Drupal\Component\Utility\Settings::get()
*/ */
/** /**