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 |
---|---|---|---|
InnocuousTest::storeAssertion | function | core/ |
Override to prevent any assertions from being stored. |
layout-builder-tempstore.php | file | core/ |
Test fixture. |
LayoutTempstoreParamConverter | class | core/ |
Loads the section storage from the layout tempstore. |
LayoutTempstoreParamConverter.php | file | core/ |
|
LayoutTempstoreParamConverter::$layoutTempstoreRepository | property | core/ |
The layout tempstore repository. |
LayoutTempstoreParamConverter::$sectionStorageManager | property | core/ |
The section storage manager. |
LayoutTempstoreParamConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
LayoutTempstoreParamConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
LayoutTempstoreParamConverter::__construct | function | core/ |
Constructs a new LayoutTempstoreParamConverter. |
LayoutTempstoreParamConverterTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\Routing\LayoutTempstoreParamConverter[[api-linebreak]] |
LayoutTempstoreParamConverterTest.php | file | core/ |
|
LayoutTempstoreParamConverterTest::testConvert | function | core/ |
@covers ::convert[[api-linebreak]] |
LayoutTempstoreParamConverterTest::testConvertInvalidConverter | function | core/ |
@covers ::convert[[api-linebreak]] |
LayoutTempstoreParamConverterTest::testConvertNoType | function | core/ |
@covers ::convert[[api-linebreak]] |
MediaDeleteMultipleConfirmForm::$tempStoreFactory | property | core/ |
The tempstore factory. |
PrivateTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
PrivateTempStore.php | file | core/ |
|
PrivateTempStoreFactory | class | core/ |
Creates a PrivateTempStore object for a given collection. |
PrivateTempStoreFactory.php | file | core/ |
|
PrivateTempStoreFactory::get | function | core/ |
Creates a PrivateTempStore. |
PrivateTempStoreTest | class | core/ |
@coversDefaultClass \Drupal\user\PrivateTempStore[[api-linebreak]] @group user @group legacy @runTestsInSeparateProcesses @preserveGlobalState disabled |
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 user 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. |
SharedTempStore | class | core/ |
Stores and retrieves temporary data for a given owner. |
SharedTempStore.php | file | core/ |
|
SharedTempStoreFactory | class | core/ |
Creates a shared temporary storage for a collection. |
SharedTempStoreFactory.php | file | core/ |
|
SharedTempStoreFactory::get | function | core/ |
Creates a SharedTempStore for the current user or anonymous session. |
SharedTempStoreTest | class | core/ |
@coversDefaultClass \Drupal\user\SharedTempStore[[api-linebreak]] @group user @group legacy @runTestsInSeparateProcesses @preserveGlobalState disabled |
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. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.