Search for settings

  1. Search 7.x for settings
  2. Search 9.5.x for settings
  3. Search 8.9.x for settings
  4. Search 11.x for settings
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
settings service core/core.services.yml Drupal\Core\Site\Settings
Settings class core/lib/Drupal/Core/Site/Settings.php Read only settings that are initialized with the class.

All search results

Title Object type File name Summary
SettingsFormTest.php file core/modules/layout_builder/tests/src/Functional/SettingsFormTest.php
SettingsFormTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php The theme to install as the default for testing.
SettingsFormTest::$defaultTheme property core/modules/media_library/tests/src/Functional/SettingsFormTest.php The theme to install as the default for testing.
SettingsFormTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/SettingsFormTest.php The theme to install as the default for testing.
SettingsFormTest::$modules property core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php Modules to install.
SettingsFormTest::$modules property core/modules/media_library/tests/src/Functional/SettingsFormTest.php Modules to install.
SettingsFormTest::$modules property core/modules/layout_builder/tests/src/Functional/SettingsFormTest.php Modules to enable.
SettingsFormTest::testSettingsForm function core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php Tests the JSON:API settings form.
SettingsFormTest::testSettingsForm function core/modules/media_library/tests/src/Functional/SettingsFormTest.php Tests the Media Library settings form.
SettingsFormTest::testSettingsForm function core/modules/layout_builder/tests/src/Functional/SettingsFormTest.php Tests the Layout Builder settings form.
SettingsRewriteTest class core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php Tests the SettingsEditor::rewrite() function.
SettingsRewriteTest.php file core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
SettingsRewriteTest::testDrupalRewriteSettings function core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php @covers \Drupal\Core\Site\SettingsEditor::rewrite
SettingsTest class core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php Tests migrate upgrade credential form with settings in settings.php.
SettingsTest class core/modules/views_ui/tests/src/Functional/SettingsTest.php Tests all ui related settings under admin/structure/views/settings.
SettingsTest class core/tests/Drupal/Tests/Core/Site/SettingsTest.php @coversDefaultClass \Drupal\Core\Site\Settings
@runTestsInSeparateProcesses
@group Site
SettingsTest.php file core/tests/Drupal/Tests/Core/Site/SettingsTest.php
SettingsTest.php file core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php
SettingsTest.php file core/modules/views_ui/tests/src/Functional/SettingsTest.php
SettingsTest::$adminUser property core/modules/views_ui/tests/src/Functional/SettingsTest.php Stores an admin user used by the different tests.
SettingsTest::$config property core/tests/Drupal/Tests/Core/Site/SettingsTest.php Simple settings array to test against.
SettingsTest::$defaultTheme property core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php The theme to install as the default for testing.
SettingsTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/SettingsTest.php The theme to install as the default for testing.
SettingsTest::$modules property core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php Modules to install.
SettingsTest::$settings property core/tests/Drupal/Tests/Core/Site/SettingsTest.php The class under test.
SettingsTest::providerTestCredentialForm function core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php Data provider for testCredentialForm.
SettingsTest::providerTestDatabaseInfoInitialization function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Provides data for testDatabaseInfoInitialization().
SettingsTest::providerTestFakeDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Provides data for testFakeDeprecatedSettings().
SettingsTest::providerTestGetHashSaltEmpty function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Data provider for testGetHashSaltEmpty.
SettingsTest::providerTestRealDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Provides data for testRealDeprecatedSettings().
SettingsTest::setUp function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::__construct
SettingsTest::setUp function core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php
SettingsTest::setUp function core/modules/views_ui/tests/src/Functional/SettingsTest.php Sets up the test.
SettingsTest::testCredentialForm function core/modules/migrate_drupal_ui/tests/src/FunctionalJavascript/SettingsTest.php Test the Credential form with defaults in settings.php.
SettingsTest::testDatabaseInfoInitialization function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests initialization performed for the $databases variable.
SettingsTest::testEditUI function core/modules/views_ui/tests/src/Functional/SettingsTest.php Tests the settings for the edit ui.
SettingsTest::testFakeDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests deprecation messages and values when using fake deprecated settings.
SettingsTest::testGet function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::get
SettingsTest::testGetAll function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::getAll
SettingsTest::testGetApcuPrefix function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests Settings::getApcuPrefix().
SettingsTest::testGetHashSalt function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests Settings::getHashSalt().
SettingsTest::testGetHashSaltEmpty function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests Settings::getHashSalt() with no hash salt value.
SettingsTest::testGetInstance function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::getInstance
SettingsTest::testGetInstanceReflection function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests that an exception is thrown when settings are not initialized yet.
SettingsTest::testRealDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests deprecation messages for real deprecated settings.
SettingsTest::testSerialize function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Ensures settings cannot be serialized.
SettingsTrayBlockFormTest class core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Testing opening and saving block forms in the off-canvas dialog.
SettingsTrayBlockFormTest.php file core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
SettingsTrayBlockFormTest::$defaultTheme property core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php The theme to install as the default for testing.
SettingsTrayBlockFormTest::$modules property core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php Modules to install.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.