Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
InstallStorage::$directory property core/lib/Drupal/Core/Config/InstallStorage.php The directory to scan in each extension to scan for files.
InstallStorage::$folders property core/lib/Drupal/Core/Config/InstallStorage.php Folder map indexed by configuration name.
InstallStorage::CONFIG_INSTALL_DIRECTORY constant core/lib/Drupal/Core/Config/InstallStorage.php Extension sub-directory containing default configuration for installation.
InstallStorage::CONFIG_OPTIONAL_DIRECTORY constant core/lib/Drupal/Core/Config/InstallStorage.php Extension sub-directory containing optional configuration for installation.
InstallStorage::CONFIG_SCHEMA_DIRECTORY constant core/lib/Drupal/Core/Config/InstallStorage.php Extension sub-directory containing configuration schema.
InstallStorage::delete function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::delete().
InstallStorage::deleteAll function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::deleteAll().
InstallStorage::exists function core/lib/Drupal/Core/Config/InstallStorage.php Returns whether a configuration object exists.
InstallStorage::getAllFolders function core/lib/Drupal/Core/Config/InstallStorage.php Returns a map of all config object names and their folders.
InstallStorage::getComponentFolder function core/lib/Drupal/Core/Config/InstallStorage.php Get folder inside each component that contains the files.
InstallStorage::getComponentNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for a list of modules or themes.
InstallStorage::getCoreFolder function core/lib/Drupal/Core/Config/InstallStorage.php Get folder inside Drupal core that contains the files.
InstallStorage::getCoreNames function core/lib/Drupal/Core/Config/InstallStorage.php Get all configuration names and folders for Drupal core.
InstallStorage::getFilePath function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::getFilePath().
InstallStorage::listAll function core/lib/Drupal/Core/Config/InstallStorage.php Gets configuration object names starting with a given prefix.
InstallStorage::rename function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::rename().
InstallStorage::reset function core/lib/Drupal/Core/Config/InstallStorage.php Resets the static cache.
InstallStorage::write function core/lib/Drupal/Core/Config/InstallStorage.php Overrides Drupal\Core\Config\FileStorage::write().
InstallStorage::__construct function core/lib/Drupal/Core/Config/InstallStorage.php Constructs an InstallStorage object.
IntegerItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php Defines the storage-level settings for this plugin.
KeyValueContentEntityStorage class core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Provides a key value backend for content entities.
KeyValueContentEntityStorage.php file core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::createRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Creates a new revision starting off from the specified entity object.
KeyValueContentEntityStorage::createTranslation function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Constructs a new entity translation object, without permanently saving it.
KeyValueContentEntityStorage::createWithSampleValues function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Creates an entity with sample field values.
KeyValueContentEntityStorage::getLatestRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Returns the latest revision identifier for an entity.
KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Returns the latest revision affecting the specified translation.
KeyValueContentEntityStorage::hasStoredTranslations function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php
KeyValueContentEntityStorage::loadMultipleRevisions function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Loads multiple entity revisions.
KeyValueContentEntityStorageTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Tests KeyValueEntityStorage for content entities.
KeyValueContentEntityStorageTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
KeyValueContentEntityStorageTest::$modules property core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Modules to install.
KeyValueContentEntityStorageTest::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
KeyValueContentEntityStorageTest::testCRUD function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Tests CRUD operations.
KeyValueContentEntityStorageTest::testUninstall function core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php Tests uninstallation of a module that does not use the SQL entity storage.
KeyValueDatabaseExpirableFactory::$storages property core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php Holds references to each instantiation so they can be terminated.
KeyValueEntityStorage class core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Provides a key value backend for entities.
KeyValueEntityStorage.php file core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
KeyValueEntityStorage::$keyValueStore property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The key value store.
KeyValueEntityStorage::$languageManager property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The language manager.
KeyValueEntityStorage::$uuidService property core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php The UUID service.
KeyValueEntityStorage::createInstance function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Instantiates a new instance of this entity handler.
KeyValueEntityStorage::deleteRevision function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Delete a specific entity revision.
KeyValueEntityStorage::doCreate function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific creation of entities.
KeyValueEntityStorage::doDelete function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific entity deletion.
KeyValueEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific loading of entities.
KeyValueEntityStorage::doSave function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Performs storage-specific saving of the entity.
KeyValueEntityStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Gets the name of the service for the query for this entity storage.
KeyValueEntityStorage::has function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Determines if this entity already exists in storage.
KeyValueEntityStorage::hasData function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Determines if the storage contains any data.

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