Search for set

  1. Search 7.x for set
  2. Search 9.5.x for set
  3. Search 10.3.x for set
  4. Search 11.x for set
  5. Other projects
Title Object type File name Summary
SettingsForm.php file core/modules/aggregator/src/Form/SettingsForm.php
SettingsForm.php file core/modules/media_library/src/Form/SettingsForm.php
SettingsForm::$configurableInstances property core/modules/aggregator/src/Form/SettingsForm.php The instantiated plugin instances that have configuration forms.
SettingsForm::$definitions property core/modules/aggregator/src/Form/SettingsForm.php The aggregator plugin definitions.
SettingsForm::$managers property core/modules/aggregator/src/Form/SettingsForm.php The aggregator plugin managers.
SettingsForm::buildForm function core/modules/aggregator/src/Form/SettingsForm.php Form constructor.
SettingsForm::buildForm function core/modules/media_library/src/Form/SettingsForm.php Form constructor.
SettingsForm::create function core/modules/aggregator/src/Form/SettingsForm.php Instantiates a new instance of this class.
SettingsForm::getEditableConfigNames function core/modules/aggregator/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::getFormId function core/modules/media_library/src/Form/SettingsForm.php Returns a unique string identifying the form.
SettingsForm::getFormId function core/modules/aggregator/src/Form/SettingsForm.php Returns a unique string identifying the form.
SettingsForm::submitForm function core/modules/aggregator/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/aggregator/src/Form/SettingsForm.php Form validation handler.
SettingsForm::__construct function core/modules/aggregator/src/Form/SettingsForm.php Constructs a \Drupal\aggregator\SettingsForm object.
SettingsFormTest class core/modules/media_library/tests/src/Functional/SettingsFormTest.php Tests the Media Library settings form.
SettingsFormTest.php file core/modules/media_library/tests/src/Functional/SettingsFormTest.php
SettingsFormTest::$defaultTheme property core/modules/media_library/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 enable.
SettingsFormTest::testSettingsForm function core/modules/media_library/tests/src/Functional/SettingsFormTest.php Tests the Media Library settings form.
SettingsRewriteTest class core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php Tests the drupal_rewrite_settings() function.
SettingsRewriteTest.php file core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
SettingsRewriteTest::testDrupalRewriteSettings function core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php Tests the drupal_rewrite_settings() function.
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[[api-linebreak]]
@group Site
SettingsTest.php file core/tests/Drupal/Tests/Core/Site/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/views_ui/tests/src/Functional/SettingsTest.php The theme to install as the default for testing.
SettingsTest::$settings property core/tests/Drupal/Tests/Core/Site/SettingsTest.php The class under test.
SettingsTest::configDirectoriesBcLayerProvider function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Data provider for self::testConfigDirectoriesBcLayer().
SettingsTest::providerTestGetHashSaltEmpty function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Data provider for testGetHashSaltEmpty.
SettingsTest::setUp function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::__construct[[api-linebreak]]
SettingsTest::setUp function core/modules/views_ui/tests/src/Functional/SettingsTest.php
SettingsTest::testConfigDirectoriesBcLayer function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @runInSeparateProcess
@group legacy
@covers ::__construct[[api-linebreak]]
@dataProvider configDirectoriesBcLayerProvider
SettingsTest::testConfigDirectoriesBcLayerEmpty function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @runInSeparateProcess
@group legacy
SettingsTest::testConfigDirectoriesBcLayerMultiple function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @runInSeparateProcess
@group legacy
SettingsTest::testEditUI function core/modules/views_ui/tests/src/Functional/SettingsTest.php Tests the settings for the edit ui.
SettingsTest::testGet function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::get[[api-linebreak]]
SettingsTest::testGetAll function core/tests/Drupal/Tests/Core/Site/SettingsTest.php @covers ::getAll[[api-linebreak]]
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[[api-linebreak]]
SettingsTest::testGetInstanceReflection function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests that an exception is thrown when settings are not initialized yet.
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

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