Search for store
- Search 7.x for store
- Search 8.9.x for store
- Search 10.3.x for store
- Search 11.x for store
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| LayoutBuilderElementTest::testConstructorTempStoreDeprecation | function | core/ |
@group legacy |
| 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::$tempStoreFactory | property | core/ |
The shared tempstore factory. |
| LayoutTempstoreRepository::delete | function | core/ |
Removes the tempstore version of a section storage. |
| LayoutTempstoreRepository::get | function | core/ |
Gets the tempstore version of a section storage, if it exists. |
| 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/ |
Checks for the existence of a tempstore version of a section storage. |
| LayoutTempstoreRepository::set | function | core/ |
Stores this section storage in tempstore. |
| 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[[api-linebreak]] @group layout_builder |
| LayoutTempstoreRepositoryTest.php | file | core/ |
|
| LayoutTempstoreRepositoryTest::testGetEmptyTempstore | function | core/ |
@covers ::get[[api-linebreak]] @covers ::has[[api-linebreak]] |
| LayoutTempstoreRepositoryTest::testGetInvalidEntry | function | core/ |
@covers ::get[[api-linebreak]] |
| LayoutTempstoreRepositoryTest::testGetLoadedTempstore | function | core/ |
@covers ::get[[api-linebreak]] @covers ::has[[api-linebreak]] |
| 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[[api-linebreak]] |
| LayoutTempstoreRouteEnhancerTest.php | file | core/ |
|
| LayoutTempstoreRouteEnhancerTest::testEnhance | function | core/ |
@covers ::enhance[[api-linebreak]] |
| layout_builder.tempstore.route_enhancer | service | core/ |
Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer |
| layout_builder.tempstore_repository | service | core/ |
Drupal\layout_builder\LayoutTempstoreRepository |
| layout_builder_post_update_tempstore_route_enhancer | function | core/ |
Clear caches due to adding a new route enhancer. |
| LocaleProjectStorage::$keyValueStore | property | core/ |
The key value store to use. |
| MigrateUpgradeFormBase::$store | property | core/ |
Private temporary storage. |
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.