Search for store
Title | Object type | File name | Summary |
---|---|---|---|
KeyValueStoreExpirableInterface.php | file | core/ |
|
KeyValueStoreExpirableInterface::setMultipleWithExpire | function | core/ |
Saves an array of values with a time to live. |
KeyValueStoreExpirableInterface::setWithExpire | function | core/ |
Saves a value for a given key with a time to live. |
KeyValueStoreExpirableInterface::setWithExpireIfNotExists | function | core/ |
Sets a value for a given key with a time to live if it does not yet exist. |
KeyValueStoreInterface | interface | core/ |
Defines the interface for key/value store implementations. |
KeyValueStoreInterface.php | file | core/ |
|
KeyValueStoreInterface::delete | function | core/ |
Deletes an item from the key/value store. |
KeyValueStoreInterface::deleteAll | function | core/ |
Deletes all items from the key/value store. |
KeyValueStoreInterface::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
KeyValueStoreInterface::get | function | core/ |
Returns the stored value for a given key. |
KeyValueStoreInterface::getAll | function | core/ |
Returns all stored key/value pairs in the collection. |
KeyValueStoreInterface::getCollectionName | function | core/ |
Returns the name of this collection. |
KeyValueStoreInterface::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
KeyValueStoreInterface::has | function | core/ |
Returns whether a given key exists in the store. |
KeyValueStoreInterface::rename | function | core/ |
Renames a key. |
KeyValueStoreInterface::set | function | core/ |
Saves a value for a given key. |
KeyValueStoreInterface::setIfNotExists | function | core/ |
Saves a value for a given key if it does not exist yet. |
KeyValueStoreInterface::setMultiple | function | core/ |
Saves key/value pairs. |
language_test_store_language_negotiation | function | core/ |
Store the last negotiated languages. |
LayoutBuilderDisableForm::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
LayoutBuilderSampleEntityGenerator::$tempStoreFactory | property | core/ |
The shared tempstore factory. |
LayoutRebuildConfirmFormBase::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
LayoutTempstoreRepository | class | core/ |
Provides a mechanism for loading layouts from tempstore. |
LayoutTempstoreRepository.php | file | core/ |
|
LayoutTempstoreRepository::$cache | property | core/ |
The static cache of loaded values. |
LayoutTempstoreRepository::$tempStoreFactory | property | core/ |
The shared tempstore factory. |
LayoutTempstoreRepository::delete | function | core/ |
|
LayoutTempstoreRepository::get | function | core/ |
|
LayoutTempstoreRepository::getKey | function | core/ |
Gets the string to use as the tempstore key. |
LayoutTempstoreRepository::getTempstore | function | core/ |
Gets the shared tempstore. |
LayoutTempstoreRepository::has | function | core/ |
|
LayoutTempstoreRepository::set | function | core/ |
|
LayoutTempstoreRepository::__construct | function | core/ |
LayoutTempstoreRepository constructor. |
LayoutTempstoreRepositoryInterface | interface | core/ |
Provides an interface for loading layouts from tempstore. |
LayoutTempstoreRepositoryInterface.php | file | core/ |
|
LayoutTempstoreRepositoryInterface::delete | function | core/ |
Removes the tempstore version of a section storage. |
LayoutTempstoreRepositoryInterface::get | function | core/ |
Gets the tempstore version of a section storage, if it exists. |
LayoutTempstoreRepositoryInterface::has | function | core/ |
Checks for the existence of a tempstore version of a section storage. |
LayoutTempstoreRepositoryInterface::set | function | core/ |
Stores this section storage in tempstore. |
LayoutTempstoreRepositoryTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\LayoutTempstoreRepository @group layout_builder |
LayoutTempstoreRepositoryTest.php | file | core/ |
|
LayoutTempstoreRepositoryTest::testGetEmptyTempstore | function | core/ |
@covers ::get @covers ::has |
LayoutTempstoreRepositoryTest::testGetInvalidEntry | function | core/ |
@covers ::get |
LayoutTempstoreRepositoryTest::testGetLoadedTempstore | function | core/ |
@covers ::get @covers ::has |
LayoutTempstoreRouteEnhancer | class | core/ |
Loads the section storage from the layout tempstore. |
LayoutTempstoreRouteEnhancer.php | file | core/ |
|
LayoutTempstoreRouteEnhancer::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
LayoutTempstoreRouteEnhancer::enhance | function | core/ |
Updates the defaults for a route definition based on the request. |
LayoutTempstoreRouteEnhancer::__construct | function | core/ |
Constructs a new LayoutTempstoreRouteEnhancer. |
LayoutTempstoreRouteEnhancerTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.