Search for set
| Title | Object type | File name | Summary |
|---|---|---|---|
| SharedTempStore::set | function | core/ |
Stores a particular key/value pair in this SharedTempStore. |
| SharedTempStore::setIfNotExists | function | core/ |
Stores a particular key/value pair only if the key doesn't already exist. |
| SharedTempStore::setIfOwner | function | core/ |
Stores a particular key/value pair in this SharedTempStore. |
| SharedTempStoreTest::setUp | function | core/ |
|
| SharedTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
| SharedTempStoreTest::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() methods. |
| SharedTempStoreTest::testSetIfOwner | function | core/ |
Tests the setIfOwner() method with matching and non matching owners. |
| SharedTempStoreTest::testSetIfOwnerNoObject | function | core/ |
Tests the setIfOwner() method when a key already exists but no object. |
| SharedTempStoreTest::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
| SharedTempStoreTest::testSetWithNoLockAvailable | function | core/ |
Tests the set() method with no lock available. |
| shortcut.set.default.yml | file | core/ |
core/modules/shortcut/config/install/shortcut.set.default.yml |
| Shortcut::setTitle | function | core/ |
Sets the title of this shortcut. |
| Shortcut::setWeight | function | core/ |
Sets the weight among shortcuts with the same depth. |
| ShortcutAccessControlHandler::$shortcutSetStorage | property | core/ |
The shortcut_set storage. |
| ShortcutCacheTagsTest::setUp | function | core/ |
|
| ShortcutInterface::setTitle | function | core/ |
Sets the title of this shortcut. |
| ShortcutInterface::setWeight | function | core/ |
Sets the weight among shortcuts with the same depth. |
| ShortcutLinksTest::setUp | function | core/ |
|
| ShortcutLocalTasksTest::setUp | function | core/ |
|
| ShortcutResourceTestBase::setUpAuthorization | function | core/ |
Sets up the necessary authorization. |
| ShortcutSet | class | core/ |
Defines the Shortcut set configuration entity. |
| ShortcutSet | class | core/ |
Drupal 7 shortcut_set source from database. |
| ShortcutSet.php | file | core/ |
|
| ShortcutSet.php | file | core/ |
|
| ShortcutSet::$id | property | core/ |
The machine name for the configuration entity. |
| ShortcutSet::$label | property | core/ |
The human-readable name of the configuration entity. |
| ShortcutSet::fields | function | core/ |
Returns available fields on the source. |
| ShortcutSet::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| ShortcutSet::getShortcuts | function | core/ |
Returns all the shortcuts from a shortcut set sorted correctly. |
| ShortcutSet::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
| ShortcutSet::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
| ShortcutSet::query | function | core/ |
|
| ShortcutSet::resetLinkWeights | function | core/ |
Resets the link weights in a shortcut set to match their current order. |
| ShortcutSetAccessControlHandler | class | core/ |
Defines the access control handler for the shortcut set entity type. |
| ShortcutSetAccessControlHandler.php | file | core/ |
|
| ShortcutSetAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| ShortcutSetAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
| ShortcutSetController | class | core/ |
Builds the page for administering shortcut sets. |
| ShortcutSetController.php | file | core/ |
|
| ShortcutSetController::$pathValidator | property | core/ |
The path validator. |
| ShortcutSetController::addShortcutLinkInline | function | core/ |
Creates a new link in the provided shortcut set. |
| ShortcutSetController::create | function | core/ |
Instantiates a new instance of this class. |
| ShortcutSetController::__construct | function | core/ |
Creates a new ShortcutSetController instance. |
| ShortcutSetDeleteForm | class | core/ |
Builds the shortcut set deletion form. |
| ShortcutSetDeleteForm.php | file | core/ |
|
| ShortcutSetDeleteForm::$database | property | core/ |
The database connection. |
| ShortcutSetDeleteForm::$storage | property | core/ |
The shortcut storage. |
| ShortcutSetDeleteForm::buildForm | function | core/ |
Form constructor. |
| ShortcutSetDeleteForm::create | function | core/ |
Instantiates a new instance of this class. |
| ShortcutSetDeleteForm::__construct | function | core/ |
Constructs a ShortcutSetDeleteForm object. |
Pagination
- Previous page
- Page 123
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.