Search for store
- Search 7.x for store
- Search 9.5.x for store
- Search 8.9.x for store
- Search 10.3.x for store
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PrivateTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
PrivateTempStoreTest::$requestStack | property | core/ |
The request stack. |
PrivateTempStoreTest::$tempStore | property | core/ |
The temp store. |
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. |
SandboxManagerBase::$tempStore | property | core/ |
The shared temp store. |
SandboxManagerBase::storeDestroyInfo | function | core/ |
Stores information about the stage when it is destroyed. |
SandboxManagerBase::TEMPSTORE_APPLY_TIME_KEY | constant | core/ |
The tempstore key under which to store the time that ::apply() was called. |
SandboxManagerBase::TEMPSTORE_CHANGES_APPLIED | constant | core/ |
The tempstore key for whether staged operations have been applied. |
SandboxManagerBase::TEMPSTORE_DESTROYED_STAGES_INFO_PREFIX | constant | core/ |
The tempstore key for information about previously destroyed stages. |
SandboxManagerBase::TEMPSTORE_LOCK_KEY | constant | core/ |
The tempstore key under which to store the locking info for this stage. |
SandboxManagerBase::TEMPSTORE_METADATA_KEY | constant | core/ |
The tempstore key under which to store arbitrary metadata for this stage. |
SandboxManagerBase::TEMPSTORE_STAGING_ROOT_KEY | constant | core/ |
The tempstore key under which to store the path of stage root directory. |
SandboxManagerBaseTest::providerStoreDestroyInfo | function | core/ |
Data provider for testStoreDestroyInfo(). |
SandboxManagerBaseTest::testStoreDestroyInfo | function | core/ |
Tests exceptions thrown because of previously destroyed stage. |
SandboxManagerBaseTest::testTempStoreMessageExpired | function | core/ |
Tests exception message once temp store message has expired. |
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. |
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.