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::$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. |
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. |
TempStoreDatabaseTest.php | file | core/ |
|
TempStoreDatabaseTest::testSharedTempStore | function | core/ |
Tests the SharedTempStore API. |
TempStoreException | class | core/ |
Thrown by SharedTempStore and PrivateTempStore if they cannot acquire a lock. |
TempStoreException.php | file | core/ |
|
TempStoreIdentifierInterface | interface | core/ |
Provides an interface that allows an object to provide its own tempstore key. |
TempStoreIdentifierInterface.php | file | core/ |
|
TempStoreIdentifierInterface::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
TestPrepareLayout::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
ToolbarStoredStateTest | class | core/ |
Tests the sessionStorage state set by the toolbar. |
ToolbarStoredStateTest.php | file | core/ |
|
ToolbarStoredStateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ToolbarStoredStateTest::$modules | property | core/ |
Modules to install. |
ToolbarStoredStateTest::testToolbarStoredState | function | core/ |
Tests different states of the toolbar. |
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.