| SearchConfigSettingsFormTest::testDefaultSearchPageOrdering |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests the ordering of search pages on a clean install. |
| SearchConfigSettingsFormTest::testMultipleSearchPages |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests multiple search pages of the same type. |
| SearchConfigSettingsFormTest::testRouteProtection |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Tests that the enable/disable/default routes are protected from CSRF. |
| SearchConfigSettingsFormTest::testSearchModuleDisabling |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Verifies that you can disable individual search plugins. |
| SearchConfigSettingsFormTest::testSearchModuleSettingsPage |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Verifies plugin-supplied settings form. |
| SearchConfigSettingsFormTest::testSearchSettingsPage |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Verifies the search settings form. |
| SearchConfigSettingsFormTest::verifySearchPageOperations |
function |
core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php |
Checks that the search page operations match expectations. |
| Section::$layoutSettings |
property |
core/modules/layout_builder/src/Section.php |
The layout plugin settings. |
| Section::$thirdPartySettings |
property |
core/modules/layout_builder/src/Section.php |
Third party settings. |
| Section::getLayoutSettings |
function |
core/modules/layout_builder/src/Section.php |
Gets the layout plugin settings for this section. |
| Section::getThirdPartySettings |
function |
core/modules/layout_builder/src/Section.php |
Gets all third-party settings of a given module. |
| Section::setLayoutSettings |
function |
core/modules/layout_builder/src/Section.php |
Sets the layout plugin settings for this section. |
| SectionTest::providerTestGetThirdPartySettings |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Provides test data for ::testGetThirdPartySettings(). |
| SectionTest::testGetThirdPartySettings |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get third party settings. |
| SecurityAdvisoryTest::writeSettings |
function |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
Rewrites the settings.php file of the test site. |
| SelectionTest::$handlerSettings |
property |
core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php |
The handler settings for the entity reference field. |
| SessionConfigurationTest::testConstructorDefaultSettings |
function |
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php |
Tests constructor's default settings. |
| 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. |
| Settings Tray API |
group |
core/modules/settings_tray/settings_tray.api.php |
Settings Tray API |
| settings.local.php |
file |
core/modules/package_manager/tests/fixtures/fake_site/sites/example.com/settings.local.php |
This file should never be staged. |
| settings.local.php |
file |
core/modules/package_manager/tests/fixtures/fake_site/sites/default/settings.local.php |
This file should never be staged. |
| 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.php |
file |
core/lib/Drupal/Core/Site/Settings.php |
|
| 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::get |
function |
core/lib/Drupal/Core/Site/Settings.php |
Returns a setting. |
| 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::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::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::__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::__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 |
|
| SettingsCommand::$merge |
property |
core/lib/Drupal/Core/Ajax/SettingsCommand.php |
Whether the settings should be merged into the global drupalSettings. |
| SettingsCommand::$settings |
property |
core/lib/Drupal/Core/Ajax/SettingsCommand.php |
An array of key/value pairs of JavaScript settings. |
| SettingsCommand::render |
function |
core/lib/Drupal/Core/Ajax/SettingsCommand.php |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| SettingsCommand::__construct |
function |
core/lib/Drupal/Core/Ajax/SettingsCommand.php |
Constructs a SettingsCommand object. |
| SettingsConfigValidationTest |
class |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
Tests Settings Config Validation. |
| SettingsConfigValidationTest.php |
file |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
|
| SettingsConfigValidationTest::$modules |
property |
core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php |
Modules to install. |