Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX | constant | core/ |
Used as prefix to a config checkpoint collection. |
| CheckpointStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| CheckpointStorage::onConfigRename | function | core/ |
Updates checkpoint when configuration is saved. |
| CheckpointStorage::onConfigSaveAndDelete | function | core/ |
Updates checkpoint when configuration is saved. |
| CheckpointStorage::read | function | core/ |
Reads configuration data from the storage. |
| CheckpointStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| CheckpointStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| CheckpointStorage::setCheckpointToReadFrom | function | core/ |
Sets the checkpoint to read from. |
| CheckpointStorage::storeCollectionName | function | core/ |
Stores the collection name so the storage knows its own collections. |
| CheckpointStorage::write | function | core/ |
Writes configuration data to the storage. |
| 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 Drupal\Core\Config\Checkpoint\CheckpointStorage. |
| CheckpointStorageTest | class | core/ |
Tests CheckpointStorage operations. |
| 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/ |
Gets the configuration importer. |
| 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/ |
Tests checkpoint creation. |
| CheckpointStorageTest::testCollections | function | core/ |
Tests collections. |
| CheckpointStorageTest::testConfigCreate | function | core/ |
Tests the create operation of checkpoint storage. |
| CheckpointStorageTest::testConfigDelete | function | core/ |
Tests the delete operation of checkpoint storage. |
| CheckpointStorageTest::testConfigRename | function | core/ |
Tests the rename operation of checkpoint storage. |
| CheckpointStorageTest::testConfigSaveAndRead | function | core/ |
Tests the save and read operations of checkpoint storage. |
| CheckpointStorageTest::testEncodeDecode | function | core/ |
Tests encode decode. |
| CheckpointStorageTest::testReadOperations | function | core/ |
Tests read operations. |
| CheckpointStorageTest::testRevert | function | core/ |
Tests the revert operation of checkpoint storage. |
| CheckpointStorageTest::testRevertWithCollections | function | core/ |
Tests the rename operation of checkpoint storage with collections. |
| CheckpointStorageTest::testWriteOperations | function | core/ |
Tests write operations. |
| CheckpointStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
| CheckProvider | class | core/ |
Loads access checkers from the container. |
| CheckProvider.php | file | core/ |
|
| CheckProvider::$checkIds | property | core/ |
Array of registered access check service ids. |
| CheckProvider::$checkMethods | property | core/ |
Array of access check method names keyed by service ID. |
| CheckProvider::$checks | property | core/ |
Array of access check objects keyed by service id. |
| CheckProvider::$checksNeedsRequest | property | core/ |
Array of access checks which only will be run on the incoming request. |
| CheckProvider::$dynamicRequirementMap | property | core/ |
An array to map dynamic requirement keys to service IDs. |
| CheckProvider::$staticRequirementMap | property | core/ |
An array to map static requirement keys to service IDs. |
| CheckProvider::addCheckService | function | core/ |
Registers a new AccessCheck by service ID. |
| CheckProvider::applies | function | core/ |
Determine which registered access checks apply to a route. |
| CheckProvider::getChecksNeedRequest | function | core/ |
A list of checks that needs the request. |
Pagination
- Previous page
- Page 163
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.