Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PrivateTempStore.php | file | core/ |
|
| PrivateTempStore::$currentUser | property | core/ |
The current user. |
| PrivateTempStore::$expire | property | core/ |
The time to live for items in seconds. |
| PrivateTempStore::$lockBackend | property | core/ |
The lock object used for this data. |
| PrivateTempStore::$requestStack | property | core/ |
The request stack. |
| PrivateTempStore::$storage | property | core/ |
The key/value storage object used for this data. |
| PrivateTempStore::createKey | function | core/ |
Ensures that the key is unique for a user. |
| PrivateTempStore::delete | function | core/ |
Deletes data from the store for a given key and releases the lock on it. |
| PrivateTempStore::get | function | core/ |
Retrieves a value from this PrivateTempStore for a given key. |
| PrivateTempStore::getMetadata | function | core/ |
Returns the metadata associated with a particular key/value pair. |
| PrivateTempStore::getOwner | function | core/ |
Gets the current owner based on the current user or the session ID. |
| PrivateTempStore::set | function | core/ |
Stores a particular key/value pair in this PrivateTempStore. |
| PrivateTempStore::__construct | function | core/ |
Constructs a new object for accessing data from a key/value store. |
| PrivateTempStoreFactory | class | core/ |
Creates a PrivateTempStore object for a given collection. |
| PrivateTempStoreFactory.php | file | core/ |
|
| PrivateTempStoreFactory::$currentUser | property | core/ |
The current user. |
| PrivateTempStoreFactory::$expire | property | core/ |
The time to live for items in seconds. |
| PrivateTempStoreFactory::$lockBackend | property | core/ |
The lock object used for this data. |
| PrivateTempStoreFactory::$requestStack | property | core/ |
The request stack. |
| PrivateTempStoreFactory::$storageFactory | property | core/ |
The storage factory creating the backend to store the data. |
| PrivateTempStoreFactory::get | function | core/ |
Creates a PrivateTempStore. |
| PrivateTempStoreFactory::__construct | function | core/ |
Constructs a Drupal\Core\TempStore\PrivateTempStoreFactory object. |
| PrivateTempStoreTest | class | core/ |
Tests Drupal\Core\TempStore\PrivateTempStore. |
| PrivateTempStoreTest.php | file | core/ |
|
| PrivateTempStoreTest::$currentUser | property | core/ |
The current user. |
| PrivateTempStoreTest::$keyValue | property | core/ |
The mock key value expirable backend. |
| PrivateTempStoreTest::$lock | property | core/ |
The mock lock backend. |
| PrivateTempStoreTest::$otherObject | property | core/ |
A tempstore object not belonging to the owner. |
| PrivateTempStoreTest::$ownObject | property | core/ |
A tempstore object belonging to the owner. |
| PrivateTempStoreTest::$requestStack | property | core/ |
The request stack. |
| PrivateTempStoreTest::$tempStore | property | core/ |
The temp store. |
| PrivateTempStoreTest::setUp | function | core/ |
|
| PrivateTempStoreTest::testDelete | function | core/ |
Tests the delete() method. |
| PrivateTempStoreTest::testDeleteLocking | function | core/ |
Tests the locking in the delete() method. |
| PrivateTempStoreTest::testDeleteWithNoLockAvailable | function | core/ |
Tests the delete() method with no lock available. |
| PrivateTempStoreTest::testGet | function | core/ |
Tests the get() method. |
| PrivateTempStoreTest::testGetMetadata | function | core/ |
Tests the getMetadata() method. |
| PrivateTempStoreTest::testSet | function | core/ |
Tests a successful set() call. |
| PrivateTempStoreTest::testSetWithNoLockAvailable | function | core/ |
Tests the set() method with no lock available. |
| ProceduralHookScanStop | class | core/ |
Defines a ProceduralHookScanStop attribute object. |
| ProceduralHookScanStop.php | file | core/ |
|
| ProcessedText::configFactory | function | core/ |
Wraps the config factory. |
| ProcessFactory | class | core/ |
Process factory that always sets the COMPOSER_MIRROR_PATH_REPOS env variable. |
| ProcessFactory.php | file | core/ |
|
| ProcessFactory::create | function | core/ |
|
| ProcessFactory::__construct | function | core/ |
Constructs a ProcessFactory object. |
| ProcessingTest::testLinkToErrorPageAppears | function | core/ |
Tests that a link to the error page is shown. |
| ProcessOutputCallback::getOutput | function | core/ |
Gets the output. |
| ProcessOutputCallbackTest::testErrorOutputOnly | function | core/ |
Tests what happens when there is error output only. |
| ProcessPluginBase::$stopPipeline | property | core/ |
Determines if processing of the pipeline is stopped. |
Pagination
- Previous page
- Page 192
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.