Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
@coversDefaultClass \Drupal\Core\Config\Checkpoint\CheckpointStorage @group Config |
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/ |
|
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/ |
|
CheckpointStorageTest::testConfigDelete | function | core/ |
|
CheckpointStorageTest::testConfigRename | function | core/ |
|
CheckpointStorageTest::testConfigSaveAndRead | function | core/ |
|
CheckpointStorageTest::testEncodeDecode | function | core/ |
@covers ::encode @covers ::decode |
CheckpointStorageTest::testReadOperations | function | core/ |
@covers ::exists @covers ::read @covers ::readMultiple @covers ::listAll |
CheckpointStorageTest::testRevert | function | core/ |
|
CheckpointStorageTest::testRevertWithCollections | function | core/ |
|
CheckpointStorageTest::testWriteOperations | function | core/ |
@covers ::write @covers ::delete @covers ::rename @covers ::deleteAll |
CheckpointStorageTest::writeMethodsProvider | function | core/ |
Provide the methods that throw an exception. |
CommentAdminOverview::$commentStorage | property | core/ |
The comment storage. |
CommentDefaultFormatter::$storage | property | core/ |
The comment storage. |
CommentHooks::entityStorageLoad | function | core/ |
Implements hook_entity_storage_load(). |
CommentHooks::fieldStorageConfigInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for 'field_storage_config'. |
CommentHooks::formFieldUiFieldStorageAddFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for field_ui_field_storage_add_form. |
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.