| Settings.php |
file |
core/themes/admin/src/Settings.php |
|
| Settings.php |
file |
core/themes/default_admin/src/Settings.php |
|
| settings.php |
file |
core/modules/package_manager/tests/fixtures/fake_site/sites/example.com/settings.php |
This file should never be staged. |
| settings.php |
file |
core/modules/package_manager/tests/fixtures/fake_site/sites/default/settings.php |
This file should never be staged. |
| Settings::$deprecatedSettings |
property |
core/lib/Drupal/Core/Site/Settings.php |
Information about all deprecated settings, keyed by legacy settings name. |
| Settings::$instance |
property |
core/lib/Drupal/Core/Site/Settings.php |
Singleton instance. |
| Settings::$storage |
property |
core/lib/Drupal/Core/Site/Settings.php |
Array with the settings. |
| Settings::allowUserOverrides |
function |
core/themes/admin/src/Settings.php |
Determine if user overrides are allowed. |
| Settings::allowUserOverrides |
function |
core/themes/default_admin/src/Settings.php |
Determine if user overrides are allowed. |
| Settings::clear |
function |
core/themes/admin/src/Settings.php |
Clears all admin settings for the current user. |
| Settings::clear |
function |
core/themes/default_admin/src/Settings.php |
Clears all admin settings for the current user. |
| Settings::create |
function |
core/themes/admin/src/Settings.php |
Instantiates a new instance of this class. |
| Settings::create |
function |
core/themes/default_admin/src/Settings.php |
Instantiates a new instance of this class. |
| Settings::get |
function |
core/lib/Drupal/Core/Site/Settings.php |
Returns a setting. |
| Settings::get |
function |
core/themes/admin/src/Settings.php |
Get the setting for the current user. |
| Settings::get |
function |
core/themes/default_admin/src/Settings.php |
Get the setting for the current user. |
| Settings::getAdminTheme |
function |
core/themes/admin/src/Settings.php |
Return the active administration theme. |
| Settings::getAdminTheme |
function |
core/themes/default_admin/src/Settings.php |
Return the active administration theme. |
| Settings::getAll |
function |
core/lib/Drupal/Core/Site/Settings.php |
Returns all the settings. This is only used for testing purposes. |
| Settings::getApcuPrefix |
function |
core/lib/Drupal/Core/Site/Settings.php |
Generates a prefix for APCu user cache keys. |
| Settings::getDefault |
function |
core/themes/admin/src/Settings.php |
Get the default setting from theme. |
| Settings::getDefault |
function |
core/themes/default_admin/src/Settings.php |
Get the default setting from theme. |
| Settings::getHashSalt |
function |
core/lib/Drupal/Core/Site/Settings.php |
Gets a salt useful for hardening against SQL injection. |
| Settings::getInstance |
function |
core/lib/Drupal/Core/Site/Settings.php |
Returns the settings instance. |
| Settings::getInstance |
function |
core/themes/admin/src/Settings.php |
Gets the admin settings. |
| Settings::getInstance |
function |
core/themes/default_admin/src/Settings.php |
Gets the admin settings. |
| Settings::getSettingsForm |
function |
core/themes/admin/src/Settings.php |
Build the settings form for the theme. |
| Settings::getSettingsForm |
function |
core/themes/default_admin/src/Settings.php |
Build the settings form for the theme. |
| Settings::handleDeprecations |
function |
core/lib/Drupal/Core/Site/Settings.php |
Handle deprecated values in the site settings. |
| Settings::initialize |
function |
core/lib/Drupal/Core/Site/Settings.php |
Bootstraps settings.php and the Settings singleton. |
| Settings::overridden |
function |
core/themes/admin/src/Settings.php |
Check if the user setting overrides the global setting. |
| Settings::overridden |
function |
core/themes/default_admin/src/Settings.php |
Check if the user setting overrides the global setting. |
| Settings::overriddenSettingByUser |
function |
core/themes/admin/src/Settings.php |
After build callback to modify the description if a setting is overwritten. |
| Settings::overriddenSettingByUser |
function |
core/themes/default_admin/src/Settings.php |
After build callback to modify the description if a setting is overwritten. |
| Settings::processColorPicker |
function |
core/themes/admin/src/Settings.php |
Unset color picker fields. |
| Settings::processColorPicker |
function |
core/themes/default_admin/src/Settings.php |
Unset color picker fields. |
| Settings::setAll |
function |
core/themes/admin/src/Settings.php |
Set user overrides. |
| Settings::setAll |
function |
core/themes/default_admin/src/Settings.php |
Set user overrides. |
| Settings::userOverrideEnabled |
function |
core/themes/admin/src/Settings.php |
Determine if the user enabled overrides. |
| Settings::userOverrideEnabled |
function |
core/themes/default_admin/src/Settings.php |
Determine if the user enabled overrides. |
| Settings::__clone |
function |
core/lib/Drupal/Core/Site/Settings.php |
Protects creating with clone. |
| Settings::__construct |
function |
core/lib/Drupal/Core/Site/Settings.php |
Constructor. |
| Settings::__construct |
function |
core/themes/admin/src/Settings.php |
Settings constructor. |
| Settings::__construct |
function |
core/themes/default_admin/src/Settings.php |
Settings constructor. |
| Settings::__sleep |
function |
core/lib/Drupal/Core/Site/Settings.php |
Prevents settings from being serialized. |
| SettingsAnnotation |
class |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
| SettingsAnnotation::$settings |
property |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
| SettingsAnnotation::__construct |
function |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php |
|
| SettingsCommand |
class |
core/lib/Drupal/Core/Ajax/SettingsCommand.php |
AJAX command for adjusting Drupal's JavaScript settings. |
| SettingsCommand.php |
file |
core/lib/Drupal/Core/Ajax/SettingsCommand.php |
|