Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| SetCustomize | class | core/ |
Builds the shortcut set customize form. |
| SetCustomize.php | file | core/ |
|
| SetCustomize::$entity | property | core/ |
The entity being used by this form. |
| SetCustomize::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| SetCustomize::form | function | core/ |
Gets the actual form array to be built. |
| SetCustomize::save | function | core/ |
Form submission handler for the 'save' action. |
| SetDialogOptionCommand::$selector | property | core/ |
A CSS selector string. |
| Settings::$storage | property | core/ |
Array with the settings. |
| SettingsTrayIntegrationTest::testCustomBlockLinks | function | core/ |
Tests that contextual links in custom blocks are changed. |
| SettingsTrayTest::getBlockSelector | function | core/ |
Gets the block CSS selector. |
| SettingsTrayTest::testOptOut | function | core/ |
Tests that certain blocks opt out from Settings Tray. |
| SettingsTrayTestBase::assertOffCanvasBlockFormIsValid | function | core/ |
Asserts that Off-Canvas block form is valid. |
| SettingsTrayTestBase::getBlockSelector | function | core/ |
Gets the block CSS selector. |
| SettingsTrayTestBase::LABEL_INPUT_SELECTOR | constant | core/ |
|
| SettingsTrayTestBase::pressToolbarEditButton | function | core/ |
Press the toolbar Edit button provided by the contextual module. |
| SettingsTrayTestBase::TOOLBAR_EDIT_LINK_SELECTOR | constant | core/ |
|
| settings_tray.toolbar.css | file | core/ |
Visual styling for the toolbar when Settings Tray module is enabled. |
| settings_tray.toolbar.css | file | core/ |
Visual styling for the toolbar when Settings Tray module is enabled. |
| settings_tray.toolbar.css | file | core/ |
Visual styling for the toolbar when Settings Tray module is enabled. |
| settings_tray_toolbar_alter | function | core/ |
Implements hook_toolbar_alter(). |
| ShapeItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| SharedTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
| SharedTempStore.php | file | core/ |
|
| SharedTempStore::$currentUser | property | core/ |
The current user. |
| SharedTempStore::$expire | property | core/ |
The time to live for items in seconds. |
| SharedTempStore::$lockBackend | property | core/ |
The lock object used for this data. |
| SharedTempStore::$owner | property | core/ |
The owner key to store along with the data (e.g. a user or session ID). |
| SharedTempStore::$requestStack | property | core/ |
The request stack. |
| SharedTempStore::$storage | property | core/ |
The key/value storage object used for this data. |
| SharedTempStore::delete | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
| SharedTempStore::deleteIfOwner | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
| SharedTempStore::ensureAnonymousSession | function | core/ |
Stores the owner in the session if the user is anonymous. |
| SharedTempStore::get | function | core/ |
Retrieves a value from this SharedTempStore for a given key. |
| SharedTempStore::getIfOwner | function | core/ |
Retrieves a value from this SharedTempStore for a given key. |
| SharedTempStore::getMetadata | function | core/ |
Returns the metadata associated with a particular key/value pair. |
| 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. |
| SharedTempStore::__construct | function | core/ |
Constructs a new object for accessing data from a key/value store. |
| SharedTempStoreFactory | class | core/ |
Creates a shared temporary storage for a collection. |
| SharedTempStoreFactory.php | file | core/ |
|
| SharedTempStoreFactory::$currentUser | property | core/ |
The current user. |
| SharedTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
| SharedTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
| SharedTempStoreFactory::$requestStack | property | core/ |
The request stack. |
| SharedTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
| SharedTempStoreFactory::get | function | core/ |
Creates a SharedTempStore for the current user or anonymous session. |
| SharedTempStoreFactory::__construct | function | core/ |
Constructs a Drupal\Core\TempStore\SharedTempStoreFactory object. |
| SharedTempStoreTest | class | core/ |
@coversDefaultClass \Drupal\Core\TempStore\SharedTempStore[[api-linebreak]] @group TempStore |
| SharedTempStoreTest.php | file | core/ |
Pagination
- Previous page
- Page 198
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.