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 |
---|---|---|---|
LayoutTempstoreRepositoryTest::testGetLoadedTempstore | function | core/ |
@covers ::get @covers ::has |
layout_builder.tempstore_repository | service | core/ |
Drupal\layout_builder\LayoutTempstoreRepository |
layout_builder_post_update_fix_tempstore_keys | function | core/ |
Fix Layout Builder tempstore keys of existing entries. |
LocaleProjectStorage::$keyValueStore | property | core/ |
The key value store to use. |
MediaDeleteMultipleConfirmForm::$tempStoreFactory | property | core/ |
The tempstore factory. |
MigrateUpgradeFormBase::$store | property | core/ |
Private temporary storage. |
MoveBlockController::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
MoveBlockForm::$layoutTempstore | property | core/ |
The Layout Tempstore. |
NodeForm::$tempStoreFactory | property | core/ |
The tempstore factory. |
NodePreviewConverter::$tempStoreFactory | property | core/ |
Stores the tempstore factory. |
OverridesEntityForm::$layoutTempstoreRepository | property | core/ |
Layout tempstore repository. |
OverridesSectionStorage::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
OverridesSectionStorageTest::testGetTempstoreKey | function | core/ |
@covers ::getTempstoreKey |
PageCache::storeResponse | function | core/ |
Stores a response in the page cache. |
PagerTest::testStorePagerSettings | function | core/ |
Pagers was sometimes not stored. |
PrivateTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
PrivateTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
PrivateTempStore.php | file | core/ |
|
PrivateTempStore.php | file | core/ |
|
PrivateTempStore::$currentUser | property | core/ |
The current user. |
PrivateTempStore::$expire | property | core/ |
The time to live for items in seconds. |
PrivateTempStore::$lockBackend | property | core/ |
The lock object used for this data. |
PrivateTempStore::$requestStack | property | core/ |
The request stack. |
PrivateTempStore::$storage | property | core/ |
The key/value storage object used for this data. |
PrivateTempStore::createkey | function | core/ |
Ensures that the key is unique for a user. |
PrivateTempStore::delete | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
PrivateTempStore::get | function | core/ |
Retrieves a value from this PrivateTempStore for a given key. |
PrivateTempStore::getMetadata | function | core/ |
Returns the metadata associated with a particular key/value pair. |
PrivateTempStore::getOwner | function | core/ |
Gets the current owner based on the current user or the session ID. |
PrivateTempStore::set | function | core/ |
Stores a particular key/value pair in this PrivateTempStore. |
PrivateTempStore::startSession | function | core/ |
Start session because it is required for a private temp store. |
PrivateTempStore::__construct | function | core/ |
Constructs a new object for accessing data from a key/value store. |
PrivateTempStoreFactory | class | core/ |
Creates a PrivateTempStore object for a given collection. |
PrivateTempStoreFactory | class | core/ |
Creates a PrivateTempStore object for a given collection. |
PrivateTempStoreFactory.php | file | core/ |
|
PrivateTempStoreFactory.php | file | core/ |
|
PrivateTempStoreFactory::$currentUser | property | core/ |
The current user. |
PrivateTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
PrivateTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
PrivateTempStoreFactory::$requestStack | property | core/ |
The request stack. |
PrivateTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
PrivateTempStoreFactory::get | function | core/ |
Creates a PrivateTempStore. |
PrivateTempStoreFactory::get | function | core/ |
Creates a PrivateTempStore. |
PrivateTempStoreFactory::__construct | function | core/ |
Constructs a Drupal\Core\TempStore\PrivateTempStoreFactory object. |
PrivateTempStoreTest | class | core/ |
@coversDefaultClass \Drupal\Core\TempStore\PrivateTempStore @group TempStore |
PrivateTempStoreTest | class | core/ |
@coversDefaultClass \Drupal\user\PrivateTempStore @group user @group legacy @runTestsInSeparateProcesses @preserveGlobalState disabled |
PrivateTempStoreTest.php | file | core/ |
|
PrivateTempStoreTest.php | file | core/ |
|
PrivateTempStoreTest::$currentUser | property | core/ |
The current user. |
PrivateTempStoreTest::$currentUser | property | core/ |
The current user. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.