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 |
|---|---|---|---|
| SharedTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
| SharedTempStoreTest::testGetMetadataOwner | function | core/ |
@covers ::getMetadata[[api-linebreak]] @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.… |
| SharedTempStoreTest::testGetMetadataUpdated | function | core/ |
@covers ::getMetadata[[api-linebreak]] @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.… |
| SharedTempStoreTest::testSerialization | function | core/ |
Tests the serialization of a shared temp store. |
| SharedTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
| SharedTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
| SharedTempStoreTest::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() methods. |
| SharedTempStoreTest::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() methods. |
| SharedTempStoreTest::testSetIfOwner | function | core/ |
Tests the setIfOwner() method with matching and non matching owners. |
| 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::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::testSetIfOwnerWhenNotExists | function | core/ |
Tests the setIfOwner() method when no key exists. |
| SharedTempStoreTest::testSetWithNoLockAvailable | function | core/ |
Tests the set() method with no lock available. |
| 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 | class | core/ |
Tests the temporary object storage system. |
| TempStoreDatabaseTest.php | file | core/ |
|
| TempStoreDatabaseTest.php | file | core/ |
|
| TempStoreDatabaseTest::$collection | property | core/ |
The name of the key/value collection to set and retrieve. |
| TempStoreDatabaseTest::$collection | property | core/ |
The name of the key/value collection to set and retrieve. |
| TempStoreDatabaseTest::$modules | property | core/ |
Modules to enable. |
| TempStoreDatabaseTest::$modules | property | core/ |
Modules to enable. |
| TempStoreDatabaseTest::$objects | property | core/ |
An array of random stdClass objects. |
| TempStoreDatabaseTest::$objects | property | core/ |
An array of random stdClass objects. |
| TempStoreDatabaseTest::$storeFactory | property | core/ |
A key/value store factory. |
| TempStoreDatabaseTest::$storeFactory | property | core/ |
A key/value store factory. |
| TempStoreDatabaseTest::$users | property | core/ |
An array of (fake) user IDs. |
| TempStoreDatabaseTest::setUp | function | core/ |
|
| TempStoreDatabaseTest::setUp | function | core/ |
|
| TempStoreDatabaseTest::testSharedTempStore | function | core/ |
Tests the SharedTempStore API. |
| TempStoreDatabaseTest::testUserTempStore | function | core/ |
Tests the UserTempStore 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. |
| TempstoreKeyUpdatePathTest | class | core/ |
Tests the upgrade path for Layout Builder tempstore keys. |
| TempstoreKeyUpdatePathTest.php | file | core/ |
|
| TempstoreKeyUpdatePathTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| TempstoreKeyUpdatePathTest::testRunUpdates | function | core/ |
Tests the upgrade path for Layout Builder extra fields. |
| TestBase::restoreEnvironment | function | core/ |
Cleans up the test environment and restores the original environment. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.