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. Search 11.x for __set
  6. Other projects
Title Object type File name Summary
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
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::setUpMockKeyValue function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Reinitializes the current user as a mock object.
SharedTempStoreTest::setUpMockLock function core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php Reinitializes the lock backend as a mock object.
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
Shortcut::setWeight function core/modules/shortcut/src/Entity/Shortcut.php
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
ShortcutInterface::setTitle function core/modules/shortcut/src/ShortcutInterface.php Sets the title of this shortcut.
ShortcutInterface::setWeight function core/modules/shortcut/src/ShortcutInterface.php Sets the weight among shortcuts with the same depth.
ShortcutLinksTest::setUp function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php
ShortcutLocalTasksTest::setUp function core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php
ShortcutResourceTestBase::setUpAuthorization function core/modules/shortcut/tests/src/Functional/Rest/ShortcutResourceTestBase.php
ShortcutSet class core/modules/shortcut/src/Entity/ShortcutSet.php Defines the Shortcut set configuration entity.
ShortcutSet class core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Drupal 7 shortcut_set source from database.
ShortcutSet.php file core/modules/shortcut/src/Entity/ShortcutSet.php
ShortcutSet.php file core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php
ShortcutSet::$id property core/modules/shortcut/src/Entity/ShortcutSet.php The machine name for the configuration entity.
ShortcutSet::$label property core/modules/shortcut/src/Entity/ShortcutSet.php The human-readable name of the configuration entity.
ShortcutSet::fields function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Returns available fields on the source.
ShortcutSet::getIds function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Defines the source fields uniquely identifying a source row.
ShortcutSet::getShortcuts function core/modules/shortcut/src/Entity/ShortcutSet.php
ShortcutSet::postSave function core/modules/shortcut/src/Entity/ShortcutSet.php
ShortcutSet::preDelete function core/modules/shortcut/src/Entity/ShortcutSet.php
ShortcutSet::query function core/modules/shortcut/src/Plugin/migrate/source/d7/ShortcutSet.php Prepares query object to retrieve data from the source database.
ShortcutSet::resetLinkWeights function core/modules/shortcut/src/Entity/ShortcutSet.php
ShortcutSetAccessControlHandler class core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Defines the access control handler for the shortcut set entity type.
ShortcutSetAccessControlHandler.php file core/modules/shortcut/src/ShortcutSetAccessControlHandler.php
ShortcutSetAccessControlHandler::checkAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php
ShortcutSetAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php
ShortcutSetAccessControlHandler::createInstance function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php
ShortcutSetAccessControlHandler::__construct function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Constructs a ShortcutSetAccessControlHandler object.
ShortcutSetController class core/modules/shortcut/src/Controller/ShortcutSetController.php Builds the page for administering shortcut sets.
ShortcutSetController.php file core/modules/shortcut/src/Controller/ShortcutSetController.php

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