Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Other projects
Title Object type File name Summary
Settings::$deprecatedSettings property core/lib/Drupal/Core/Site/Settings.php Information about all deprecated settings, keyed by legacy settings name.
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::overriddenSettingByUser function core/themes/default_admin/src/Settings.php After build callback to modify the description if a setting is overwritten.
Settings::overriddenSettingByUser function core/themes/admin/src/Settings.php After build callback to modify the description if a setting is overwritten.
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.
SettingsAnnotation::$settings property core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SettingsCommand::$settings property core/lib/Drupal/Core/Ajax/SettingsCommand.php An array of key/value pairs of JavaScript settings.
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::setGlobal function core/lib/Drupal/Core/Site/SettingsEditor.php Makes the given setting global.
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::testDrupalRewriteSettings function core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php Tests drupal rewrite settings.
SettingsTest::$settings property core/tests/Drupal/Tests/Core/Site/SettingsTest.php The class under test.
SettingsTest::providerTestFakeDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Provides data for testFakeDeprecatedSettings().
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 Tests set up.
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::testFakeDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests deprecation messages and values when using fake deprecated settings.
SettingsTest::testRealDeprecatedSettings function core/tests/Drupal/Tests/Core/Site/SettingsTest.php Tests deprecation messages for real deprecated settings.
SettingsTrayBlockFormTest::setUp function core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
SettingSummariesContentTypeTest::setUp function core/modules/node/tests/src/FunctionalJavascript/SettingSummariesContentTypeTest.php
SettingsValidatorTest::providerSettingsValidation function core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php Data provider for testSettingsValidation().
SettingsValidatorTest::testSettingsValidation function core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php Tests settings validation before starting an update.
SettingsValidatorTest::testSettingsValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php Tests settings validation during pre-apply.
settings_tray.settings_tray.html.twig file core/modules/settings_tray/help_topics/settings_tray.settings_tray.html.twig ---
label: 'Using in-line (quick) settings editing'
related:
- core.ui_components
---
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Edit settings in place.{% endtrans %}</p>
<h2>{% trans %}What is quick…
ShapeItem::defaultStorageSettings function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php Defines the storage-level settings for this plugin.
ShapeItemTest::setUp function core/modules/field/tests/src/Kernel/ShapeItemTest.php Set the default field storage backend for fields created during tests.
SharedTempStore::set function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair in this SharedTempStore.
SharedTempStore::setIfNotExists function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair only if the key doesn't already exist.
SharedTempStore::setIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair in this SharedTempStore.
SharedTempStoreTest::setUp function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php
SharedTempStoreTest::testSet function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests a successful set() call.
SharedTempStoreTest::testSetIfNotExists function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfNotExists() methods.
SharedTempStoreTest::testSetIfOwner function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfOwner() method with matching and non matching owners.
SharedTempStoreTest::testSetIfOwnerNoObject function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfOwner() method when a key already exists but no object.
SharedTempStoreTest::testSetIfOwnerWhenNotExists function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the setIfOwner() method when no key exists.
SharedTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Tests the set() method with no lock available.
shortcut.set.default.yml file core/modules/shortcut/config/install/shortcut.set.default.yml core/modules/shortcut/config/install/shortcut.set.default.yml
Shortcut::setTitle function core/modules/shortcut/src/Entity/Shortcut.php Sets the title of this shortcut.
Shortcut::setWeight function core/modules/shortcut/src/Entity/Shortcut.php Sets the weight among shortcuts with the same depth.
ShortcutAccessControlHandler::$shortcutSetStorage property core/modules/shortcut/src/ShortcutAccessControlHandler.php The shortcut_set storage.
ShortcutCacheTagsTest::$shortcutSet property core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php The default shortcut set.
ShortcutCacheTagsTest::setUp function core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php
ShortcutCacheTagsTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutCacheTagsTest.php
ShortcutEntityLinksTest::setUp function core/modules/shortcut/tests/src/Kernel/ShortcutEntityLinksTest.php

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