Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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. |
CommentItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
CommentItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
CommentNameConstraintValidator::$userStorage | property | core/ |
User storage handler. |
CommentStorage | class | core/ |
Defines the storage handler class for comments. |
CommentStorage.php | file | core/ |
|
CommentStorage::$currentUser | property | core/ |
The current user. |
CommentStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
CommentStorage::getChildCids | function | core/ |
Gets the comment ids of the passed comment entities' children. |
CommentStorage::getDisplayOrdinal | function | core/ |
Gets the display ordinal or page number for a comment. |
CommentStorage::getMaxThread | function | core/ |
Gets the maximum encoded thread value for the top level comments. |
CommentStorage::getMaxThreadPerThread | function | core/ |
Gets the maximum encoded thread value for the children of this comment. |
CommentStorage::getNewCommentPageNumber | function | core/ |
Calculates the page number for the first new comment. |
CommentStorage::getUnapprovedCount | function | core/ |
Returns the number of unapproved comments. |
CommentStorage::loadThread | function | core/ |
To display threaded comments in the correct order we keep a 'thread' field and order by that value. This field keeps this data in a way which is easy to update and convenient to use. |
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.