Search for check
Title | Object type | File name | Summary |
---|---|---|---|
CheckpointListInterface::getActiveCheckpoint | function | core/ |
Gets the active checkpoint. |
CheckpointListInterface::getParents | function | core/ |
Gets a checkpoint's parents. |
CheckpointStorage | class | core/ |
Provides a config storage that can make checkpoints. |
CheckpointStorage.php | file | core/ |
|
CheckpointStorage::$keyValueStores | property | core/ |
The key value stores that store configuration changed for each checkpoint. |
CheckpointStorage::$readFromCheckpoint | property | core/ |
The checkpoint to read from. |
CheckpointStorage::checkpoint | function | core/ |
|
CheckpointStorage::CONFIG_COLLECTION_KEY | constant | core/ |
Used to store the list of collections in each checkpoint. |
CheckpointStorage::createCollection | function | core/ |
|
CheckpointStorage::decode | function | core/ |
|
CheckpointStorage::delete | function | core/ |
|
CheckpointStorage::deleteAll | function | core/ |
|
CheckpointStorage::encode | function | core/ |
|
CheckpointStorage::exists | function | core/ |
|
CheckpointStorage::getAllCollectionNames | function | core/ |
|
CheckpointStorage::getCheckpointsToReadFrom | function | core/ |
Gets the checkpoints to read from. |
CheckpointStorage::getCollectionName | function | core/ |
|
CheckpointStorage::getKeyValue | function | core/ |
Gets the key value storage for the provided checkpoint. |
CheckpointStorage::getOriginalConfig | function | core/ |
Gets the original data from the configuration. |
CheckpointStorage::getSubscribedEvents | function | core/ |
|
CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX | constant | core/ |
Used as prefix to a config checkpoint collection. |
CheckpointStorage::listAll | function | core/ |
|
CheckpointStorage::onConfigRename | function | core/ |
Updates checkpoint when configuration is saved. |
CheckpointStorage::onConfigSaveAndDelete | function | core/ |
Updates checkpoint when configuration is saved. |
CheckpointStorage::read | function | core/ |
|
CheckpointStorage::readMultiple | function | core/ |
|
CheckpointStorage::rename | function | core/ |
|
CheckpointStorage::setCheckpointToReadFrom | function | core/ |
|
CheckpointStorage::storeCollectionName | function | core/ |
Stores the collection name so the storage knows its own collections. |
CheckpointStorage::write | function | core/ |
|
CheckpointStorage::__construct | function | core/ |
Constructs a CheckpointStorage object. |
CheckpointStorageInterface | interface | core/ |
Provides an interface for checkpoint storages. |
CheckpointStorageInterface.php | file | core/ |
|
CheckpointStorageInterface::checkpoint | function | core/ |
Creates a checkpoint, if required, and returns the active checkpoint. |
CheckpointStorageInterface::setCheckpointToReadFrom | function | core/ |
Sets the checkpoint to read from. |
CheckpointStorageTest | class | core/ |
Tests CheckpointStorage operations. |
CheckpointStorageTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\Checkpoint\CheckpointStorage @group Config |
CheckpointStorageTest.php | file | core/ |
|
CheckpointStorageTest.php | file | core/ |
|
CheckpointStorageTest::$memory | property | core/ |
The memory storage containing the data. |
CheckpointStorageTest::$modules | property | core/ |
Modules to install. |
CheckpointStorageTest::$storage | property | core/ |
The checkpoint storage under test. |
CheckpointStorageTest::getConfigImporter | function | core/ |
|
CheckpointStorageTest::readMethodsProvider | function | core/ |
Provide the methods that work transparently. |
CheckpointStorageTest::setRandomFixtureConfig | function | core/ |
Generate random config in the memory storage. |
CheckpointStorageTest::setUp | function | core/ |
|
CheckpointStorageTest::setUp | function | core/ |
|
CheckpointStorageTest::testCheckpointCreation | function | core/ |
@covers ::checkpoint @covers \Drupal\Core\Config\Checkpoint\Checkpoint |
CheckpointStorageTest::testCollections | function | core/ |
@covers ::getAllCollectionNames @covers ::getCollectionName @covers ::createCollection |
CheckpointStorageTest::testConfigCreate | function | core/ |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.