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
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
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 Sets up the necessary authorization.
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 Returns all the shortcuts from a shortcut set sorted correctly.
ShortcutSet::postSave function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on a saved entity before the insert or update hook is invoked.
ShortcutSet::preDelete function core/modules/shortcut/src/Entity/ShortcutSet.php Acts on entities before they are deleted and before hooks are invoked.
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 Resets the link weights in a shortcut set to match their current order.
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 Performs access checks.
ShortcutSetAccessControlHandler::checkCreateAccess function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Performs create access checks.
ShortcutSetAccessControlHandler::createInstance function core/modules/shortcut/src/ShortcutSetAccessControlHandler.php Instantiates a new instance of this entity handler.
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
ShortcutSetController::$pathValidator property core/modules/shortcut/src/Controller/ShortcutSetController.php The path validator.
ShortcutSetController::addShortcutLinkInline function core/modules/shortcut/src/Controller/ShortcutSetController.php Creates a new link in the provided shortcut set.
ShortcutSetController::__construct function core/modules/shortcut/src/Controller/ShortcutSetController.php Creates a new ShortcutSetController instance.
ShortcutSetDeleteForm class core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Builds the shortcut set deletion form.
ShortcutSetDeleteForm.php file core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php
ShortcutSetDeleteForm::$database property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The database connection.
ShortcutSetDeleteForm::$storage property core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php The shortcut storage.
ShortcutSetDeleteForm::buildForm function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Form constructor.
ShortcutSetDeleteForm::create function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Instantiates a new instance of this class.
ShortcutSetDeleteForm::__construct function core/modules/shortcut/src/Form/ShortcutSetDeleteForm.php Constructs a ShortcutSetDeleteForm object.
ShortcutSetForm class core/modules/shortcut/src/ShortcutSetForm.php Form handler for the shortcut set entity edit forms.
ShortcutSetForm.php file core/modules/shortcut/src/ShortcutSetForm.php
ShortcutSetForm::form function core/modules/shortcut/src/ShortcutSetForm.php Gets the actual form array to be built.
ShortcutSetForm::save function core/modules/shortcut/src/ShortcutSetForm.php Form submission handler for the 'save' action.
ShortcutSetInterface interface core/modules/shortcut/src/ShortcutSetInterface.php Provides an interface defining a shortcut set entity.

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