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
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.
StorageComparerTest::testCreateChangelistNoChange function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist no change.
StorageComparerTest::testCreateChangelistUpdate function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist update.
StorageComparerTest::testDifferentCollections function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests different collections.
StorageCopyTrait trait core/lib/Drupal/Core/Config/StorageCopyTrait.php Utility trait to copy configuration from one storage to another.
StorageCopyTrait.php file core/lib/Drupal/Core/Config/StorageCopyTrait.php
StorageCopyTrait::replaceStorageContents function core/lib/Drupal/Core/Config/StorageCopyTrait.php Copy the configuration from one storage to another and remove stale items.
StorageCopyTraitTest class core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Tests Drupal\Core\Config\StorageCopyTrait.
StorageCopyTraitTest.php file core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php
StorageCopyTraitTest::generateRandomData function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Generate random data in a config storage.
StorageCopyTraitTest::providerTestReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides data for testCheckRequirements().
StorageCopyTraitTest::testReplaceStorageContents function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Tests replace storage contents.
StorageCopyTraitTest::testWithInvalidConfiguration function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Tests replaceStorageContents() with config with an invalid configuration.
StorageCopyTraitTest::toArray function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Get the protected config data out of a MemoryStorage.
StorageException class core/lib/Drupal/Core/Config/StorageException.php An exception thrown in case of storage operation errors.
StorageException.php file core/lib/Drupal/Core/Config/StorageException.php
StorageInterface interface core/lib/Drupal/Core/Config/StorageInterface.php Defines an interface for configuration storage.
StorageInterface.php file core/lib/Drupal/Core/Config/StorageInterface.php
StorageInterface::createCollection function core/lib/Drupal/Core/Config/StorageInterface.php Creates a collection on the storage.
StorageInterface::decode function core/lib/Drupal/Core/Config/StorageInterface.php Decodes configuration data from the storage-specific format.
StorageInterface::DEFAULT_COLLECTION constant core/lib/Drupal/Core/Config/StorageInterface.php The default collection name.
StorageInterface::delete function core/lib/Drupal/Core/Config/StorageInterface.php Deletes a configuration object from the storage.
StorageInterface::deleteAll function core/lib/Drupal/Core/Config/StorageInterface.php Deletes configuration objects whose names start with a given prefix.
StorageInterface::encode function core/lib/Drupal/Core/Config/StorageInterface.php Encodes configuration data into the storage-specific format.
StorageInterface::exists function core/lib/Drupal/Core/Config/StorageInterface.php Returns whether a configuration object exists.
StorageInterface::getAllCollectionNames function core/lib/Drupal/Core/Config/StorageInterface.php Gets the existing collections.
StorageInterface::getCollectionName function core/lib/Drupal/Core/Config/StorageInterface.php Gets the name of the current collection the storage is using.
StorageInterface::listAll function core/lib/Drupal/Core/Config/StorageInterface.php Gets configuration object names starting with a given prefix.
StorageInterface::read function core/lib/Drupal/Core/Config/StorageInterface.php Reads configuration data from the storage.
StorageInterface::readMultiple function core/lib/Drupal/Core/Config/StorageInterface.php Reads configuration data from the storage.
StorageInterface::rename function core/lib/Drupal/Core/Config/StorageInterface.php Renames a configuration object in the storage.
StorageInterface::write function core/lib/Drupal/Core/Config/StorageInterface.php Writes configuration data to the storage.
StorageManagerInterface interface core/lib/Drupal/Core/Config/StorageManagerInterface.php Interface for a storage manager.
StorageManagerInterface.php file core/lib/Drupal/Core/Config/StorageManagerInterface.php
StorageManagerInterface::getStorage function core/lib/Drupal/Core/Config/StorageManagerInterface.php Get the config storage.
StorageTransformerException class core/lib/Drupal/Core/Config/StorageTransformerException.php Thrown by config storage transformers if they cannot acquire a lock.
StorageTransformerException.php file core/lib/Drupal/Core/Config/StorageTransformerException.php
StorageTransformEvent class core/lib/Drupal/Core/Config/StorageTransformEvent.php Class StorageTransformEvent.
StorageTransformEvent.php file core/lib/Drupal/Core/Config/StorageTransformEvent.php
StorageTransformEvent::$storage property core/lib/Drupal/Core/Config/StorageTransformEvent.php The configuration storage which is transformed.
StorageTransformEvent::getStorage function core/lib/Drupal/Core/Config/StorageTransformEvent.php Returns the mutable storage ready to be read from and written to.
StorageTransformEvent::__construct function core/lib/Drupal/Core/Config/StorageTransformEvent.php StorageTransformEvent constructor.
StringItem::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Defines the storage-level settings for this plugin.
StringItem::storageSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItem.php Returns a form for the storage-level settings.
StringItemBase::defaultStorageSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/StringItemBase.php Defines the storage-level settings for this plugin.
StubEntityStorageBase class core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php A stub base entity storage for testing purposes.
StubEntityStorageBase.php file core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php

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