Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| StorageComparerInterface::moveRenameToUpdate | function | core/ |
Moves a rename operation to an update. |
| StorageComparerInterface::reset | function | core/ |
Recalculates the differences. |
| StorageComparerInterface::validateSiteUuid | function | core/ |
Validates that the system.site::uuid in the source and target match. |
| StorageComparerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\StorageComparer[[api-linebreak]] @group Config |
| StorageComparerTest.php | file | core/ |
|
| StorageComparerTest::$configData | property | core/ |
An array of test configuration data keyed by configuration name. |
| StorageComparerTest::$sourceStorage | property | core/ |
|
| StorageComparerTest::$storageComparer | property | core/ |
The storage comparer to test. |
| StorageComparerTest::$targetStorage | property | core/ |
|
| StorageComparerTest::getConfigData | function | core/ |
|
| StorageComparerTest::setUp | function | core/ |
|
| StorageComparerTest::testConfigManagerDeprecation | function | core/ |
@expectedDeprecation The storage comparer does not need a config manager. The parameter is deprecated since version 8.7.0 and will be removed in 9.0.0. Omit the third parameter. See https://www.drupal.org/node/2993271. @group legacy |
| StorageComparerTest::testCreateChangelistCreate | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
| StorageComparerTest::testCreateChangelistDelete | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
| StorageComparerTest::testCreateChangelistNoChange | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
| StorageComparerTest::testCreateChangelistUpdate | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
| StorageCopyTrait | trait | core/ |
Utility trait to copy configuration from one storage to another. |
| StorageCopyTrait.php | file | core/ |
|
| StorageCopyTrait::replaceStorageContents | function | core/ |
Copy the configuration from one storage to another and remove stale items. |
| StorageCopyTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\StorageCopyTrait[[api-linebreak]] @group Config |
| StorageCopyTraitTest.php | file | core/ |
|
| StorageCopyTraitTest::generateRandomData | function | core/ |
Generate random data in a config storage. |
| StorageCopyTraitTest::providerTestReplaceStorageContents | function | core/ |
Provides data for testCheckRequirements(). |
| StorageCopyTraitTest::testReplaceStorageContents | function | core/ |
@covers ::replaceStorageContents[[api-linebreak]] |
| StorageCopyTraitTest::testWithInvalidConfiguration | function | core/ |
Tests replaceStorageContents() with config with an invalid configuration. |
| StorageCopyTraitTest::toArray | function | core/ |
Get the protected config data out of a MemoryStorage. |
| StorageException | class | core/ |
An exception thrown in case of storage operation errors. |
| StorageException.php | file | core/ |
|
| StorageInterface | interface | core/ |
Defines an interface for configuration storage. |
| StorageInterface.php | file | core/ |
|
| StorageInterface::createCollection | function | core/ |
Creates a collection on the storage. |
| StorageInterface::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| StorageInterface::DEFAULT_COLLECTION | constant | core/ |
The default collection name. |
| StorageInterface::delete | function | core/ |
Deletes a configuration object from the storage. |
| StorageInterface::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| StorageInterface::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| StorageInterface::exists | function | core/ |
Returns whether a configuration object exists. |
| StorageInterface::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| StorageInterface::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| StorageInterface::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| StorageInterface::read | function | core/ |
Reads configuration data from the storage. |
| StorageInterface::readMultiple | function | core/ |
Reads configuration data from the storage. |
| StorageInterface::rename | function | core/ |
Renames a configuration object in the storage. |
| StorageInterface::write | function | core/ |
Writes configuration data to the storage. |
| StorageManagerInterface | interface | core/ |
Interface for a storage manager. |
| StorageManagerInterface.php | file | core/ |
|
| StorageManagerInterface::getStorage | function | core/ |
Get the config storage. |
| StorageReplaceDataWrapper | class | core/ |
Wraps a configuration storage to allow replacing specific configuration data. |
| StorageReplaceDataWrapper.php | file | core/ |
|
| StorageReplaceDataWrapper::$collection | property | core/ |
The storage collection. |
Pagination
- Previous page
- Page 201
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.