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 10.3.x for storage
  5. Other projects
Title Object type File name Summary
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.
StorageComparer::validateSiteUuid function core/lib/Drupal/Core/Config/StorageComparer.php Validates that the system.site::uuid in the source and target match.
StorageComparer::writeMode function core/lib/Drupal/Core/Config/StorageComparer.php Changes the StorageComparer to write mode.
StorageComparer::__construct function core/lib/Drupal/Core/Config/StorageComparer.php Constructs the Configuration storage comparer.
StorageComparer::__sleep function core/lib/Drupal/Core/Config/StorageComparer.php
StorageComparer::__wakeup function core/lib/Drupal/Core/Config/StorageComparer.php
StorageComparerInterface interface core/lib/Drupal/Core/Config/StorageComparerInterface.php Defines an interface for comparison of configuration storage objects.
StorageComparerInterface.php file core/lib/Drupal/Core/Config/StorageComparerInterface.php
StorageComparerInterface::createChangelist function core/lib/Drupal/Core/Config/StorageComparerInterface.php Calculates the differences.
StorageComparerInterface::extractRenameNames function core/lib/Drupal/Core/Config/StorageComparerInterface.php Extracts old and new configuration names from a configuration change name.
StorageComparerInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the existing collections from both the target and source storage.
StorageComparerInterface::getChangelist function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the list of differences to import.
StorageComparerInterface::getEmptyChangelist function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets an empty changelist.
StorageComparerInterface::getSourceStorage function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the configuration source storage.
StorageComparerInterface::getTargetStorage function core/lib/Drupal/Core/Config/StorageComparerInterface.php Gets the configuration target storage.
StorageComparerInterface::hasChanges function core/lib/Drupal/Core/Config/StorageComparerInterface.php Checks if there are any operations with changes to process.
StorageComparerInterface::moveRenameToUpdate function core/lib/Drupal/Core/Config/StorageComparerInterface.php Moves a rename operation to an update.
StorageComparerInterface::reset function core/lib/Drupal/Core/Config/StorageComparerInterface.php Recalculates the differences.
StorageComparerInterface::validateSiteUuid function core/lib/Drupal/Core/Config/StorageComparerInterface.php Validates that the system.site::uuid in the source and target match.
StorageComparerInterface::writeMode function core/lib/Drupal/Core/Config/StorageComparerInterface.php Changes the StorageComparer to write mode.
StorageComparerTest class core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests Drupal\Core\Config\StorageComparer.
StorageComparerTest.php file core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::$configData property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php An array of test configuration data keyed by configuration name.
StorageComparerTest::$sourceStorage property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::$storageComparer property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php The storage comparer to test.
StorageComparerTest::$targetStorage property core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::generateRandomData function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Generate random data in a config storage.
StorageComparerTest::getConfigData function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::setUp function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
StorageComparerTest::testCreateChangelistCreate function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist create.
StorageComparerTest::testCreateChangelistDelete function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist delete.

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