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
StatisticsStorageInterface::deleteViews function core/modules/statistics/src/StatisticsStorageInterface.php Delete counts for a specific entity.
StatisticsStorageInterface::fetchAll function core/modules/statistics/src/StatisticsStorageInterface.php Returns the number of times an entity has been viewed.
StatisticsStorageInterface::fetchView function core/modules/statistics/src/StatisticsStorageInterface.php Returns the number of times a single entity has been viewed.
StatisticsStorageInterface::fetchViews function core/modules/statistics/src/StatisticsStorageInterface.php Returns the number of times entities have been viewed.
StatisticsStorageInterface::maxTotalCount function core/modules/statistics/src/StatisticsStorageInterface.php Returns the highest 'totalcount' value.
StatisticsStorageInterface::recordView function core/modules/statistics/src/StatisticsStorageInterface.php Counts an entity view.
StatisticsStorageInterface::resetDayCount function core/modules/statistics/src/StatisticsStorageInterface.php Reset the day counter for all entities once every day.
StorableConfigBase::$storage property core/lib/Drupal/Core/Config/StorableConfigBase.php The storage used to load and save this configuration object.
StorableConfigBase::getStorage function core/lib/Drupal/Core/Config/StorableConfigBase.php Retrieves the storage used to load and save this configuration object.
StorageBase class core/lib/Drupal/Core/KeyValueStore/StorageBase.php Provides a base class for key/value storage implementations.
StorageBase.php file core/lib/Drupal/Core/KeyValueStore/StorageBase.php
StorageBase::$collection property core/lib/Drupal/Core/KeyValueStore/StorageBase.php The name of the collection holding key and value pairs.
StorageBase::delete function core/lib/Drupal/Core/KeyValueStore/StorageBase.php Deletes an item from the key/value store.
StorageBase::get function core/lib/Drupal/Core/KeyValueStore/StorageBase.php Returns the stored value for a given key.
StorageBase::getCollectionName function core/lib/Drupal/Core/KeyValueStore/StorageBase.php Returns the name of this collection.
StorageBase::setMultiple function core/lib/Drupal/Core/KeyValueStore/StorageBase.php Saves key/value pairs.
StorageBase::__construct function core/lib/Drupal/Core/KeyValueStore/StorageBase.php
StorageCacheInterface interface core/lib/Drupal/Core/Config/StorageCacheInterface.php Defines an interface for cached configuration storage.
StorageCacheInterface.php file core/lib/Drupal/Core/Config/StorageCacheInterface.php
StorageCacheInterface::resetListCache function core/lib/Drupal/Core/Config/StorageCacheInterface.php Reset the static cache of the listAll() cache.
StorageComparer class core/lib/Drupal/Core/Config/StorageComparer.php Defines a config storage comparer.
StorageComparer.php file core/lib/Drupal/Core/Config/StorageComparer.php
StorageComparer::$changelist property core/lib/Drupal/Core/Config/StorageComparer.php List of changes to between the source storage and the target storage.
StorageComparer::$sourceCacheStorage property core/lib/Drupal/Core/Config/StorageComparer.php A memory cache backend to statically cache source configuration data.
StorageComparer::$sourceNames property core/lib/Drupal/Core/Config/StorageComparer.php Sorted list of all the configuration object names in the source storage.
StorageComparer::$sourceStorage property core/lib/Drupal/Core/Config/StorageComparer.php The source storage used to discover configuration changes.
StorageComparer::$sourceStorages property core/lib/Drupal/Core/Config/StorageComparer.php The source storages keyed by collection.
StorageComparer::$targetCacheStorage property core/lib/Drupal/Core/Config/StorageComparer.php A memory cache backend to statically cache target configuration data.
StorageComparer::$targetNames property core/lib/Drupal/Core/Config/StorageComparer.php Sorted list of all the configuration object names in the target storage.
StorageComparer::$targetStorage property core/lib/Drupal/Core/Config/StorageComparer.php The target storage used to write configuration changes.
StorageComparer::$targetStorages property core/lib/Drupal/Core/Config/StorageComparer.php The target storages keyed by collection.
StorageComparer::$writeMode property core/lib/Drupal/Core/Config/StorageComparer.php Indicates whether the target storage should be wrapped in a cache.
StorageComparer::addChangeList function core/lib/Drupal/Core/Config/StorageComparer.php Adds changes to the changelist.
StorageComparer::addChangelistCreate function core/lib/Drupal/Core/Config/StorageComparer.php Creates the create changelist.
StorageComparer::addChangelistDelete function core/lib/Drupal/Core/Config/StorageComparer.php Creates the delete changelist.
StorageComparer::addChangelistRename function core/lib/Drupal/Core/Config/StorageComparer.php Creates the rename changelist.
StorageComparer::addChangelistUpdate function core/lib/Drupal/Core/Config/StorageComparer.php Creates the update changelist.
StorageComparer::createChangelist function core/lib/Drupal/Core/Config/StorageComparer.php Calculates the differences.
StorageComparer::createRenameName function core/lib/Drupal/Core/Config/StorageComparer.php Creates a rename name from the old and new names for the object.
StorageComparer::extractRenameNames function core/lib/Drupal/Core/Config/StorageComparer.php Extracts old and new configuration names from a configuration change name.
StorageComparer::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageComparer.php Gets the existing collections from both the target and source storage.
StorageComparer::getAndSortConfigData function core/lib/Drupal/Core/Config/StorageComparer.php Gets and sorts configuration data from the source and target storages.
StorageComparer::getChangelist function core/lib/Drupal/Core/Config/StorageComparer.php Gets the list of differences to import.
StorageComparer::getEmptyChangelist function core/lib/Drupal/Core/Config/StorageComparer.php Gets an empty changelist.
StorageComparer::getSourceStorage function core/lib/Drupal/Core/Config/StorageComparer.php Gets the configuration source storage.
StorageComparer::getTargetStorage function core/lib/Drupal/Core/Config/StorageComparer.php Gets the configuration target storage.
StorageComparer::hasChanges function core/lib/Drupal/Core/Config/StorageComparer.php Checks if there are any operations with changes to process.
StorageComparer::moveRenameToUpdate function core/lib/Drupal/Core/Config/StorageComparer.php Moves a rename operation to an update.
StorageComparer::removeFromChangelist function core/lib/Drupal/Core/Config/StorageComparer.php Removes the entry from the given operation changelist for the given name.
StorageComparer::reset function core/lib/Drupal/Core/Config/StorageComparer.php Recalculates the differences.

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