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::$tempStore | property | core/ |
The user 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]] @expectedDeprecation \Drupal\user\SharedTempStore is scheduled for removal in Drupal 9.0.0. Use \Drupal\Core\TempStore\SharedTempStore instead. See https://www.drupal.org/node/2935639. |
SharedTempStoreTest::testGetIfOwner | function | core/ |
Tests the getIfOwner() method. |
SharedTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
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. |
TempStoreDatabaseTest | class | core/ |
Tests the temporary object storage system. |
TempStoreDatabaseTest.php | file | core/ |
|
TempStoreDatabaseTest::$collection | property | core/ |
The name of the key/value collection to set and retrieve. |
TempStoreDatabaseTest::$modules | property | core/ |
Modules to enable. |
TempStoreDatabaseTest::$objects | property | core/ |
An array of random stdClass objects. |
TempStoreDatabaseTest::$storeFactory | property | core/ |
A key/value store factory. |
TempStoreDatabaseTest::$users | property | core/ |
An array of (fake) user IDs. |
TempStoreDatabaseTest::setUp | function | core/ |
|
TempStoreDatabaseTest::testUserTempStore | function | core/ |
Tests the UserTempStore API. |
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. |
TestBase::storeAssertion | function | core/ |
Helper method to store an assertion record in the configured database. |
WebTestBase::restoreBatch | function | core/ |
Restore the original batch. |
Pagination
- Previous page
- Page 2
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.