Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
NodeStorage::userRevisionIds function core/modules/node/src/NodeStorage.php Gets a list of revision IDs having a given user as node author.
NodeStorageInterface interface core/modules/node/src/NodeStorageInterface.php Defines an interface for node entity storage classes.
NodeStorageInterface.php file core/modules/node/src/NodeStorageInterface.php
NodeStorageInterface::clearRevisionsLanguage function core/modules/node/src/NodeStorageInterface.php Unsets the language for all nodes with the given language.
NodeStorageInterface::countDefaultLanguageRevisions function core/modules/node/src/NodeStorageInterface.php Counts the number of revisions in the default language.
NodeStorageInterface::revisionIds function core/modules/node/src/NodeStorageInterface.php Gets a list of node revision IDs for a specific node.
NodeStorageInterface::updateType function core/modules/node/src/NodeStorageInterface.php Updates all nodes of one type to be of another type.
NodeStorageInterface::userRevisionIds function core/modules/node/src/NodeStorageInterface.php Gets a list of revision IDs having a given user as node author.
NodeStorageSchema class core/modules/node/src/NodeStorageSchema.php Defines the node schema handler.
NodeStorageSchema.php file core/modules/node/src/NodeStorageSchema.php
NodeStorageSchema::getEntitySchema function core/modules/node/src/NodeStorageSchema.php Gets the entity schema for the specified entity type.
NodeStorageSchema::getSharedTableFieldSchema function core/modules/node/src/NodeStorageSchema.php Gets the schema for a single field definition.
NodeTermData::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php The vocabulary storage.
NodeType::$entityStorage property core/modules/node/src/Plugin/Condition/NodeType.php The entity storage.
NodeViewBuilderTest::$storage property core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php The node storage.
NullStorage class core/lib/Drupal/Core/Config/NullStorage.php Defines a stub storage.
NullStorage.php file core/lib/Drupal/Core/Config/NullStorage.php
NullStorage::$collection property core/lib/Drupal/Core/Config/NullStorage.php The storage collection.
NullStorage::createCollection function core/lib/Drupal/Core/Config/NullStorage.php Creates a collection on the storage.
NullStorage::decode function core/lib/Drupal/Core/Config/NullStorage.php Decodes configuration data from the storage-specific format.
NullStorage::delete function core/lib/Drupal/Core/Config/NullStorage.php Deletes a configuration object from the storage.
NullStorage::deleteAll function core/lib/Drupal/Core/Config/NullStorage.php Deletes configuration objects whose names start with a given prefix.
NullStorage::encode function core/lib/Drupal/Core/Config/NullStorage.php Encodes configuration data into the storage-specific format.
NullStorage::exists function core/lib/Drupal/Core/Config/NullStorage.php Returns whether a configuration object exists.
NullStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/NullStorage.php Gets the existing collections.
NullStorage::getCollectionName function core/lib/Drupal/Core/Config/NullStorage.php Gets the name of the current collection the storage is using.
NullStorage::listAll function core/lib/Drupal/Core/Config/NullStorage.php Gets configuration object names starting with a given prefix.
NullStorage::read function core/lib/Drupal/Core/Config/NullStorage.php Reads configuration data from the storage.
NullStorage::readMultiple function core/lib/Drupal/Core/Config/NullStorage.php Reads configuration data from the storage.
NullStorage::rename function core/lib/Drupal/Core/Config/NullStorage.php Renames a configuration object in the storage.
NullStorage::write function core/lib/Drupal/Core/Config/NullStorage.php Writes configuration data to the storage.
NullStorage::__construct function core/lib/Drupal/Core/Config/NullStorage.php Constructs a new NullStorage.
NullStorageExpirable class core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Defines a null key/value store implementation.
NullStorageExpirable.php file core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php
NullStorageExpirable::$collection property core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php The name of the collection holding key and value pairs.
NullStorageExpirable::$data property core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php The actual storage of key-value pairs.
NullStorageExpirable::delete function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes an item from the key/value store.
NullStorageExpirable::deleteAll function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes all items from the key/value store.
NullStorageExpirable::deleteMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Deletes multiple items from the key/value store.
NullStorageExpirable::get function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the stored value for a given key.
NullStorageExpirable::getAll function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns all stored key/value pairs in the collection.
NullStorageExpirable::getCollectionName function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the name of this collection.
NullStorageExpirable::getMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns the stored key/value pairs for a given set of keys.
NullStorageExpirable::has function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Returns whether a given key exists in the store.
NullStorageExpirable::rename function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Renames a key.
NullStorageExpirable::set function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key.
NullStorageExpirable::setIfNotExists function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key if it does not exist yet.
NullStorageExpirable::setMultiple function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves key/value pairs.
NullStorageExpirable::setMultipleWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves an array of values with a time to live.
NullStorageExpirable::setWithExpire function core/lib/Drupal/Core/KeyValueStore/NullStorageExpirable.php Saves a value for a given key with a time to live.

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