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/ | 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 CheckpointStorage operations. | 
| CheckpointStorageTest | class | core/ | @coversDefaultClass \Drupal\Core\Config\Checkpoint\CheckpointStorage[[api-linebreak]] @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[[api-linebreak]] @covers \Drupal\Core\Config\Checkpoint\Checkpoint[[api-linebreak]] | 
| CheckpointStorageTest::testCollections | function | core/ | @covers ::getAllCollectionNames[[api-linebreak]] @covers ::getCollectionName[[api-linebreak]] @covers ::createCollection[[api-linebreak]] | 
| CheckpointStorageTest::testConfigCreate | function | core/ | |
| CheckpointStorageTest::testConfigDelete | function | core/ | |
| CheckpointStorageTest::testConfigRename | function | core/ | |
| CheckpointStorageTest::testConfigSaveAndRead | function | core/ | |
| CheckpointStorageTest::testEncodeDecode | function | core/ | @covers ::encode[[api-linebreak]] @covers ::decode[[api-linebreak]] | 
| CheckpointStorageTest::testReadOperations | function | core/ | @covers ::exists[[api-linebreak]] @covers ::read[[api-linebreak]] @covers ::readMultiple[[api-linebreak]] @covers ::listAll[[api-linebreak]] | 
| CheckpointStorageTest::testRevert | function | core/ | |
| CheckpointStorageTest::testRevertWithCollections | function | core/ | |
| CheckpointStorageTest::testWriteOperations | function | core/ | @covers ::write[[api-linebreak]] @covers ::delete[[api-linebreak]] @covers ::rename[[api-linebreak]] @covers ::deleteAll[[api-linebreak]] | 
| 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.
