Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| SharedTempStoreFactory | class | core/ |
Creates a shared temporary storage for a collection. |
| SharedTempStoreFactory.php | file | core/ |
|
| SharedTempStoreFactory.php | file | core/ |
|
| 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::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 | class | core/ |
@coversDefaultClass \Drupal\user\SharedTempStore[[api-linebreak]] @group user @group legacy @runTestsInSeparateProcesses @preserveGlobalState disabled |
| SharedTempStoreTest.php | file | core/ |
|
| SharedTempStoreTest.php | file | core/ |
|
| SharedTempStoreTest::$keyValue | property | core/ |
The mock key value expirable backend. |
| SharedTempStoreTest::$keyValue | property | core/ |
The mock key value expirable backend. |
| SharedTempStoreTest::$lock | property | core/ |
The mock lock backend. |
| SharedTempStoreTest::$lock | property | core/ |
The mock lock backend. |
| SharedTempStoreTest::$otherObject | property | core/ |
A tempstore object not belonging to the owner. |
| SharedTempStoreTest::$otherObject | property | core/ |
A tempstore object not belonging to the owner. |
| SharedTempStoreTest::$owner | property | core/ |
The owner used in this test. |
| SharedTempStoreTest::$owner | property | core/ |
The owner used in this test. |
| SharedTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
| SharedTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
| SharedTempStoreTest::$requestStack | property | core/ |
The request stack. |
| SharedTempStoreTest::$requestStack | property | core/ |
The request stack. |
| SharedTempStoreTest::$tempStore | property | core/ |
The temp store. |
| SharedTempStoreTest::$tempStore | property | core/ |
The user temp store. |
| SharedTempStoreTest::setUp | function | core/ |
|
| SharedTempStoreTest::setUp | function | core/ |
|
| SharedTempStoreTest::testDelete | function | core/ |
Tests the delete() method. |
| SharedTempStoreTest::testDelete | function | core/ |
Tests the delete() method. |
| SharedTempStoreTest::testDeleteIfOwner | function | core/ |
Tests the deleteIfOwner() method. |
| SharedTempStoreTest::testDeleteIfOwner | function | core/ |
Tests the deleteIfOwner() method. |
| SharedTempStoreTest::testDeleteWithNoLockAvailable | function | core/ |
Tests the delete() method with no lock available. |
| 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::testGet | function | core/ |
@covers ::get[[api-linebreak]] |
| SharedTempStoreTest::testGetIfOwner | function | core/ |
Tests the getIfOwner() method. |
| SharedTempStoreTest::testGetIfOwner | function | core/ |
Tests the getIfOwner() method. |
| SharedTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
| 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.… |
Pagination
- Previous page
- Page 189
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.