Search for store

  1. Search 7.x for store
  2. Search 9.5.x for store
  3. Search 8.9.x for store
  4. Search 10.3.x for store
  5. Other projects
Title Object type File name Summary
PrivateTempStoreTest::$ownObject property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php A tempstore object belonging to the owner.
PrivateTempStoreTest::$requestStack property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php The request stack.
PrivateTempStoreTest::$tempStore property core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php The temp store.
PrivateTempStoreTest::setUp function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php
PrivateTempStoreTest::testDelete function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the delete() method.
PrivateTempStoreTest::testDeleteLocking function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the locking in the delete() method.
PrivateTempStoreTest::testDeleteWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the delete() method with no lock available.
PrivateTempStoreTest::testGet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the get() method.
PrivateTempStoreTest::testGetMetadata function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testSet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests a successful set() call.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the set() method with no lock available.
Query::getConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/Query.php Gets the key value store used to store fast lookups.
QueryFactory::deleteConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Deletes lookup data.
QueryFactory::getConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Gets the key value store used to store fast lookups.
QueryFactory::updateConfigKeyStore function core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php Updates or adds lookup data.
QueryOptionsTest::testStoreQuerySettingsOverride function core/modules/views/tests/src/Functional/Plugin/QueryOptionsTest.php Test that query overrides are stored.
RevertOverridesForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/RevertOverridesForm.php The layout tempstore repository.
SandboxManagerBase::$tempStore property core/modules/package_manager/src/SandboxManagerBase.php The shared temp store.
SandboxManagerBase::storeDestroyInfo function core/modules/package_manager/src/SandboxManagerBase.php Stores information about the stage when it is destroyed.
SandboxManagerBase::TEMPSTORE_APPLY_TIME_KEY constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key under which to store the time that ::apply() was called.
SandboxManagerBase::TEMPSTORE_CHANGES_APPLIED constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key for whether staged operations have been applied.
SandboxManagerBase::TEMPSTORE_DESTROYED_STAGES_INFO_PREFIX constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key for information about previously destroyed stages.
SandboxManagerBase::TEMPSTORE_LOCK_KEY constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key under which to store the locking info for this stage.
SandboxManagerBase::TEMPSTORE_METADATA_KEY constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key under which to store arbitrary metadata for this stage.
SandboxManagerBase::TEMPSTORE_STAGING_ROOT_KEY constant core/modules/package_manager/src/SandboxManagerBase.php The tempstore key under which to store the path of stage root directory.
SandboxManagerBaseTest::providerStoreDestroyInfo function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Data provider for testStoreDestroyInfo().
SandboxManagerBaseTest::testStoreDestroyInfo function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests exceptions thrown because of previously destroyed stage.
SandboxManagerBaseTest::testTempStoreMessageExpired function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests exception message once temp store message has expired.
SectionStorageBase::getTempstoreKey function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Gets a string suitable for use as a tempstore key.
SecurityAdvisoriesFetcher::deleteStoredResponse function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Deletes the stored JSON feed response, if any.
SecurityAdvisoryTest::$tempStore property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php The key/value store.
SharedTempStore class core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores and retrieves temporary data for a given owner.
SharedTempStore.php file core/lib/Drupal/Core/TempStore/SharedTempStore.php
SharedTempStore::$currentUser property core/lib/Drupal/Core/TempStore/SharedTempStore.php The current user.
SharedTempStore::$expire property core/lib/Drupal/Core/TempStore/SharedTempStore.php The time to live for items in seconds.
SharedTempStore::$lockBackend property core/lib/Drupal/Core/TempStore/SharedTempStore.php The lock object used for this data.
SharedTempStore::$owner property core/lib/Drupal/Core/TempStore/SharedTempStore.php The owner key to store along with the data (e.g. a user or session ID).
SharedTempStore::$requestStack property core/lib/Drupal/Core/TempStore/SharedTempStore.php The request stack.
SharedTempStore::$storage property core/lib/Drupal/Core/TempStore/SharedTempStore.php The key/value storage object used for this data.
SharedTempStore::delete function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStore::deleteIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Deletes data from the store for a given key and releases the lock on it.
SharedTempStore::ensureAnonymousSession function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores the owner in the session if the user is anonymous.
SharedTempStore::get function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Retrieves a value from this SharedTempStore for a given key.
SharedTempStore::getMetadata function core/lib/Drupal/Core/TempStore/SharedTempStore.php Returns the metadata associated with a particular key/value pair.
SharedTempStore::set function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair in this SharedTempStore.
SharedTempStore::setIfNotExists function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair only if the key doesn't already exist.
SharedTempStore::setIfOwner function core/lib/Drupal/Core/TempStore/SharedTempStore.php Stores a particular key/value pair in this SharedTempStore.
SharedTempStore::__construct function core/lib/Drupal/Core/TempStore/SharedTempStore.php Constructs a new object for accessing data from a key/value store.
SharedTempStoreFactory class core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php Creates a shared temporary storage for a collection.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.