Search for check

  1. Search 7.x for check
  2. Search 9.5.x for check
  3. Search 8.9.x for check
  4. Search 10.3.x for check
  5. Other projects
Title Object type File name Summary
CheckpointStorage::decode function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Decodes configuration data from the storage-specific format.
CheckpointStorage::delete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Deletes a configuration object from the storage.
CheckpointStorage::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Deletes configuration objects whose names start with a given prefix.
CheckpointStorage::encode function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Encodes configuration data into the storage-specific format.
CheckpointStorage::exists function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Returns whether a configuration object exists.
CheckpointStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the existing collections.
CheckpointStorage::getCheckpointsToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the checkpoints to read from.
CheckpointStorage::getCollectionName function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the name of the current collection the storage is using.
CheckpointStorage::getKeyValue function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the key value storage for the provided checkpoint.
CheckpointStorage::getOriginalConfig function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the original data from the configuration.
CheckpointStorage::getSubscribedEvents function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used as prefix to a config checkpoint collection.
CheckpointStorage::listAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets configuration object names starting with a given prefix.
CheckpointStorage::onConfigRename function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Updates checkpoint when configuration is saved.
CheckpointStorage::onConfigSaveAndDelete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Updates checkpoint when configuration is saved.
CheckpointStorage::read function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Reads configuration data from the storage.
CheckpointStorage::readMultiple function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Reads configuration data from the storage.
CheckpointStorage::rename function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Renames a configuration object in the storage.
CheckpointStorage::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Sets the checkpoint to read from.
CheckpointStorage::storeCollectionName function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Stores the collection name so the storage knows its own collections.
CheckpointStorage::write function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Writes configuration data to the storage.
CheckpointStorage::__construct function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Constructs a CheckpointStorage object.
CheckpointStorageInterface interface core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Provides an interface for checkpoint storages.
CheckpointStorageInterface.php file core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php
CheckpointStorageInterface::checkpoint function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Creates a checkpoint, if required, and returns the active checkpoint.
CheckpointStorageInterface::setCheckpointToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorageInterface.php Sets the checkpoint to read from.
CheckpointStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Tests CheckpointStorage operations.
CheckpointStorageTest class core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @coversDefaultClass \Drupal\Core\Config\Checkpoint\CheckpointStorage
@group Config
CheckpointStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest.php file core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::$memory property core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php The memory storage containing the data.
CheckpointStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php Modules to install.
CheckpointStorageTest::$storage property core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php The checkpoint storage under test.
CheckpointStorageTest::getConfigImporter function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that work transparently.
CheckpointStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Generate random config in the memory storage.
CheckpointStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testCheckpointCreation function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::checkpoint
@covers \Drupal\Core\Config\Checkpoint\Checkpoint
CheckpointStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::getAllCollectionNames
@covers ::getCollectionName
@covers ::createCollection
CheckpointStorageTest::testConfigCreate function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testConfigDelete function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testConfigRename function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testConfigSaveAndRead function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::encode
@covers ::decode
CheckpointStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::exists
@covers ::read
@covers ::readMultiple
@covers ::listAll
CheckpointStorageTest::testRevert function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testRevertWithCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
CheckpointStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php @covers ::write
@covers ::delete
@covers ::rename
@covers ::deleteAll
CheckpointStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/Checkpoint/CheckpointStorageTest.php Provide the methods that throw an exception.

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