Search for store
Title | Object type | File name | Summary |
---|---|---|---|
PrivateTempStoreTest::setUp | function | core/ |
|
PrivateTempStoreTest::testDelete | function | core/ |
Tests 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::testGet | function | core/ |
Tests the get() method. |
PrivateTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
PrivateTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
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. |
QueryOptionsTest::testStoreQuerySettingsOverride | function | core/ |
Test that query overrides are stored. |
RevertOverridesForm::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
SectionStorageBase::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
SecurityAdvisoriesFetcher::deleteStoredResponse | function | core/ |
Deletes the stored JSON feed response, if any. |
SecurityAdvisoryTest::$tempStore | property | core/ |
The key/value store. |
SharedTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
SharedTempStore.php | file | core/ |
|
SharedTempStore::$currentUser | property | core/ |
The current user. |
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. |
SharedTempStore::deleteIfOwner | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
SharedTempStore::ensureAnonymousSession | function | core/ |
Stores the owner in the session if the user is anonymous. |
SharedTempStore::get | function | core/ |
Retrieves a value from this SharedTempStore for a given key. |
SharedTempStore::getIfOwner | function | core/ |
Retrieves a value from this SharedTempStore for a given key. |
SharedTempStore::getMetadata | function | core/ |
Returns the metadata associated with a particular key/value pair. |
SharedTempStore::set | function | core/ |
Stores a particular key/value pair in this SharedTempStore. |
SharedTempStore::setIfNotExists | function | core/ |
Stores a particular key/value pair only if the key doesn't already exist. |
SharedTempStore::setIfOwner | function | core/ |
Stores a particular key/value pair in this SharedTempStore. |
SharedTempStore::__construct | function | core/ |
Constructs a new object for accessing data from a key/value store. |
SharedTempStoreFactory | class | core/ |
Creates a shared temporary storage for a collection. |
SharedTempStoreFactory.php | file | core/ |
|
SharedTempStoreFactory::$currentUser | property | core/ |
The current user. |
SharedTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
SharedTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
SharedTempStoreFactory::$requestStack | property | core/ |
The request stack. |
SharedTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
SharedTempStoreFactory::get | function | core/ |
Creates a SharedTempStore for the current user or anonymous session. |
SharedTempStoreFactory::__construct | function | core/ |
Constructs a Drupal\Core\TempStore\SharedTempStoreFactory object. |
SharedTempStoreTest | class | core/ |
@coversDefaultClass \Drupal\Core\TempStore\SharedTempStore @group TempStore |
SharedTempStoreTest.php | file | core/ |
|
SharedTempStoreTest::$keyValue | property | core/ |
The mock key value expirable backend. |
SharedTempStoreTest::$lock | property | core/ |
The mock lock backend. |
SharedTempStoreTest::$otherObject | property | core/ |
A tempstore object not belonging to the owner. |
SharedTempStoreTest::$owner | property | core/ |
The owner used in this test. |
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.