Search for store
- Search 7.x for store
- Search 9.5.x for store
- Search 10.3.x for store
- Search 11.x for store
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| layout-builder-tempstore.php | file | core/ |
Test fixture. |
| LayoutBuilder::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
| LayoutBuilderDisableForm::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
| LayoutBuilderSampleEntityGenerator::$tempStoreFactory | property | core/ |
The shared tempstore factory. |
| LayoutRebuildConfirmFormBase::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
| LayoutTempstoreParamConverter | class | core/ |
Loads the section storage from the layout tempstore. |
| LayoutTempstoreParamConverter.php | file | core/ |
|
| LayoutTempstoreParamConverter::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
| LayoutTempstoreParamConverter::$sectionStorageManager | property | core/ |
The section storage manager. |
| LayoutTempstoreParamConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
| LayoutTempstoreParamConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
| LayoutTempstoreParamConverter::__construct | function | core/ |
Constructs a new LayoutTempstoreParamConverter. |
| LayoutTempstoreParamConverterTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\Routing\LayoutTempstoreParamConverter[[api-linebreak]] |
| LayoutTempstoreParamConverterTest.php | file | core/ |
|
| LayoutTempstoreParamConverterTest::testConvert | function | core/ |
@covers ::convert[[api-linebreak]] |
| LayoutTempstoreParamConverterTest::testConvertInvalidConverter | function | core/ |
@covers ::convert[[api-linebreak]] |
| LayoutTempstoreParamConverterTest::testConvertNoType | function | core/ |
@covers ::convert[[api-linebreak]] |
| 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]] |
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.