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 |
---|---|---|---|
PrivateTempStoreTest::$keyValue | property | core/ |
The mock key value expirable backend. |
PrivateTempStoreTest::$keyValue | property | core/ |
The mock key value expirable backend. |
PrivateTempStoreTest::$lock | property | core/ |
The mock lock backend. |
PrivateTempStoreTest::$lock | property | core/ |
The mock lock backend. |
PrivateTempStoreTest::$otherObject | property | core/ |
A tempstore object not belonging to the owner. |
PrivateTempStoreTest::$otherObject | property | core/ |
A tempstore object not belonging to the owner. |
PrivateTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
PrivateTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
PrivateTempStoreTest::$requestStack | property | core/ |
The request stack. |
PrivateTempStoreTest::$requestStack | property | core/ |
The request stack. |
PrivateTempStoreTest::$tempStore | property | core/ |
The user temp store. |
PrivateTempStoreTest::$tempStore | property | core/ |
The temp store. |
PrivateTempStoreTest::setUp | function | core/ |
|
PrivateTempStoreTest::setUp | function | core/ |
|
PrivateTempStoreTest::testDelete | function | core/ |
Tests the delete() method. |
PrivateTempStoreTest::testDelete | function | core/ |
Tests the delete() method. |
PrivateTempStoreTest::testDeleteLocking | function | core/ |
Tests the locking in the delete() method. |
PrivateTempStoreTest::testDeleteLocking | function | core/ |
Tests the locking in the delete() method. |
PrivateTempStoreTest::testDeleteWithNoLockAvailable | function | core/ |
Tests the delete() method with no lock available. |
PrivateTempStoreTest::testDeleteWithNoLockAvailable | function | core/ |
Tests the delete() method with no lock available. |
PrivateTempStoreTest::testGet | function | core/ |
Tests the get() method. |
PrivateTempStoreTest::testGet | function | core/ |
Tests the get() method. |
PrivateTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
PrivateTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
PrivateTempStoreTest::testGetMetadataOwner | function | core/ |
@covers ::getMetadata @expectedDeprecation Using the "owner" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getOwnerId() instead. See… |
PrivateTempStoreTest::testGetMetadataUpdated | function | core/ |
@covers ::getMetadata @expectedDeprecation Using the "updated" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getUpdated() instead. See… |
PrivateTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
PrivateTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
PrivateTempStoreTest::testSetWithNoLockAvailable | function | core/ |
Tests the set() method with no lock available. |
PrivateTempStoreTest::testSetWithNoLockAvailable | function | core/ |
Tests the set() method with no lock available. |
Query::getConfigKeyStore | function | core/ |
Gets the key value store used to store fast lookups. |
QueryFactory::deleteConfigKeyStore | function | core/ |
Deletes lookup data. |
QueryFactory::getConfigKeyStore | function | core/ |
Gets the key value store used to store fast lookups. |
QueryFactory::updateConfigKeyStore | function | core/ |
Updates or adds lookup data. |
QuickEditController::$tempStoreFactory | property | core/ |
The PrivateTempStore factory. |
QuickEditFieldForm::$tempStoreFactory | property | core/ |
Stores the tempstore factory. |
QuickEditImageController::$tempStore | property | core/ |
Stores The Quick Edit tempstore. |
RevertOverridesForm::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
SectionStorageBase::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
SessionManager::migrateStoredSession | function | core/ |
Migrates the current session to a new session id. |
SharedTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
SharedTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
SharedTempStore.php | file | core/ |
|
SharedTempStore.php | file | core/ |
|
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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.