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 |
---|---|---|---|
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[[api-linebreak]] @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. |
SharedTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
SharedTempStoreTest::$requestStack | property | core/ |
The request stack. |
SharedTempStoreTest::$tempStore | property | core/ |
The temp store. |
SharedTempStoreTest::setUp | function | core/ |
|
SharedTempStoreTest::testDelete | function | core/ |
Tests the delete() method. |
SharedTempStoreTest::testDeleteIfOwner | function | core/ |
Tests the deleteIfOwner() method. |
SharedTempStoreTest::testDeleteWithNoLockAvailable | function | core/ |
Tests the delete() method with no lock available. |
SharedTempStoreTest::testGet | function | core/ |
@covers ::get[[api-linebreak]] |
SharedTempStoreTest::testGetIfOwner | function | core/ |
Tests the getIfOwner() method. |
SharedTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
SharedTempStoreTest::testSerialization | function | core/ |
Tests the serialization of a shared temp store. |
SharedTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
SharedTempStoreTest::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() methods. |
SharedTempStoreTest::testSetIfOwner | function | core/ |
Tests the setIfOwner() method with matching and non matching owners. |
SharedTempStoreTest::testSetIfOwnerNoObject | function | core/ |
Tests the setIfOwner() method when a key already exists but no object. |
SharedTempStoreTest::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
SharedTempStoreTest::testSetWithNoLockAvailable | function | core/ |
Tests the set() method with no lock available. |
Sql::assignEntitiesToResult | function | core/ |
Sets entities onto the view result row objects. |
SqlContentEntityStorage::restore | function | core/ |
Restores a previously saved entity. |
StageBase::$tempStore | property | core/ |
The shared temp store. |
StageBase::storeDestroyInfo | function | core/ |
Stores information about the stage when it is destroyed. |
StageBase::TEMPSTORE_APPLY_TIME_KEY | constant | core/ |
The tempstore key under which to store the time that ::apply() was called. |
StageBase::TEMPSTORE_CHANGES_APPLIED | constant | core/ |
The tempstore key for whether staged operations have been applied. |
StageBase::TEMPSTORE_DESTROYED_STAGES_INFO_PREFIX | constant | core/ |
The tempstore key for information about previously destroyed stages. |
StageBase::TEMPSTORE_LOCK_KEY | constant | core/ |
The tempstore key under which to store the locking info for this stage. |
StageBase::TEMPSTORE_METADATA_KEY | constant | core/ |
The tempstore key under which to store arbitrary metadata for this stage. |
StageBase::TEMPSTORE_STAGING_ROOT_KEY | constant | core/ |
The tempstore key under which to store the path of stage root directory. |
StageBaseTest::providerStoreDestroyInfo | function | core/ |
Data provider for testStoreDestroyInfo(). |
StageBaseTest::testStoreDestroyInfo | function | core/ |
Tests exceptions thrown because of previously destroyed stage. |
StageBaseTest::testTempStoreMessageExpired | function | core/ |
Tests exception message once temp store message has expired. |
State::$keyValueStore | property | core/ |
The key value store to use. |
StaticFileCacheBackend::store | function | core/ |
Stores data into a cache backend. |
StyleTestBase::storeViewPreview | function | core/ |
Stores a view output in the elements. |
tempstore.private | service | core/ |
Drupal\Core\TempStore\PrivateTempStoreFactory |
tempstore.shared | service | core/ |
Drupal\Core\TempStore\SharedTempStoreFactory |
TempStoreDatabaseTest | class | core/ |
Tests the temporary object storage system. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.