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 10.3.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
SettingsEditor class core/lib/Drupal/Core/Site/SettingsEditor.php Generates settings.php files for Drupal installations.
SettingsEditor.php file core/lib/Drupal/Core/Site/SettingsEditor.php
SettingsEditor::exportSettingsToPhp function core/lib/Drupal/Core/Site/SettingsEditor.php Recursively exports one or more settings to a valid PHP string.
SettingsEditor::exportSingleSettingToPhp function core/lib/Drupal/Core/Site/SettingsEditor.php Exports the value of a value property and adds the comment if it exists.
SettingsEditor::isArrayIndex function core/lib/Drupal/Core/Site/SettingsEditor.php Checks whether the token is a valid array index (a number or string).
SettingsEditor::isSimple function core/lib/Drupal/Core/Site/SettingsEditor.php Checks whether the given token represents a scalar or NULL.
SettingsEditor::rewrite function core/lib/Drupal/Core/Site/SettingsEditor.php Replaces values in settings.php with values in the submitted array.
SettingsEditor::setGlobal function core/lib/Drupal/Core/Site/SettingsEditor.php Makes the given setting global.
SettingsEditor::__construct function core/lib/Drupal/Core/Site/SettingsEditor.php This class should not be instantiated.
SettingsForm class core/modules/navigation/src/Form/SettingsForm.php Configure Navigation settings for this site.
SettingsForm class core/modules/media_library/src/Form/SettingsForm.php Defines a form for configuring the Media Library module.
SettingsForm class core/modules/package_manager/src/Form/SettingsForm.php Configures Package Manager settings.
SettingsForm.php file core/modules/media_library/src/Form/SettingsForm.php
SettingsForm.php file core/modules/package_manager/src/Form/SettingsForm.php
SettingsForm.php file core/modules/navigation/src/Form/SettingsForm.php
SettingsForm::adjustLogoDimensions function core/modules/navigation/src/Form/SettingsForm.php Adjusts the custom logo dimensions according to navigation settings.
SettingsForm::buildForm function core/modules/navigation/src/Form/SettingsForm.php Form constructor.
SettingsForm::buildForm function core/modules/media_library/src/Form/SettingsForm.php Form constructor.
SettingsForm::buildForm function core/modules/package_manager/src/Form/SettingsForm.php Form constructor.
SettingsForm::create function core/modules/navigation/src/Form/SettingsForm.php Instantiates a new instance of this class.
SettingsForm::getEditableConfigNames function core/modules/navigation/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SettingsForm::getEditableConfigNames function core/modules/media_library/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SettingsForm::getEditableConfigNames function core/modules/package_manager/src/Form/SettingsForm.php Gets the configuration names that will be editable.
SettingsForm::getFormId function core/modules/media_library/src/Form/SettingsForm.php Returns a unique string identifying the form.
SettingsForm::getFormId function core/modules/package_manager/src/Form/SettingsForm.php Returns a unique string identifying the form.
SettingsForm::getFormId function core/modules/navigation/src/Form/SettingsForm.php Returns a unique string identifying the form.
SettingsForm::submitForm function core/modules/navigation/src/Form/SettingsForm.php Form submission handler.
SettingsForm::submitForm function core/modules/media_library/src/Form/SettingsForm.php Form submission handler.
SettingsForm::validateForm function core/modules/navigation/src/Form/SettingsForm.php Form validation handler.
SettingsForm::validateLogoPath function core/modules/navigation/src/Form/SettingsForm.php Helper function for the navigation settings form.
SettingsForm::__construct function core/modules/navigation/src/Form/SettingsForm.php Constructs a Navigation SettingsForm object.
SettingsFormTest class core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php @covers \Drupal\jsonapi\Form\JsonApiSettingsForm[[api-linebreak]]
@group jsonapi
SettingsFormTest class core/modules/media_library/tests/src/Functional/SettingsFormTest.php Tests the Media Library settings form.
SettingsFormTest class core/modules/package_manager/tests/src/Functional/SettingsFormTest.php Tests the Package Manager settings form.
SettingsFormTest.php file core/modules/media_library/tests/src/Functional/SettingsFormTest.php
SettingsFormTest.php file core/modules/package_manager/tests/src/Functional/SettingsFormTest.php
SettingsFormTest.php file core/modules/jsonapi/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/package_manager/tests/src/Functional/SettingsFormTest.php The theme to install as the default for testing.
SettingsFormTest::$modules property core/modules/media_library/tests/src/Functional/SettingsFormTest.php Modules to install.
SettingsFormTest::$modules property core/modules/package_manager/tests/src/Functional/SettingsFormTest.php Modules to install.
SettingsFormTest::$modules property core/modules/jsonapi/tests/src/Functional/SettingsFormTest.php Modules to install.
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/package_manager/tests/src/Functional/SettingsFormTest.php Tests that executable paths can be configured through the 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[[api-linebreak]]
SettingsTest class core/tests/Drupal/Tests/Core/Site/SettingsTest.php @coversDefaultClass \Drupal\Core\Site\Settings[[api-linebreak]]
@runTestsInSeparateProcesses
@group Site

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