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 |
---|---|---|---|
FileStorageFactoryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\FileStorageFactory @group config |
FileStorageFactoryTest.php | file | core/ |
|
FileStorageFactoryTest::testGetSync | function | core/ |
@covers ::getSync |
FileStorageInterface | interface | core/ |
Defines an interface for file entity storage classes. |
FileStorageInterface.php | file | core/ |
|
FileStorageInterface::spaceUsed | function | core/ |
Determines total disk space used by a single user or the whole filesystem. |
FileStorageReadOnlyTest | class | core/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage |
FileStorageReadOnlyTest.php | file | core/ |
|
FileStorageReadOnlyTest::$readonlyStorage | property | core/ |
Read only test settings to pass to storage instances. |
FileStorageReadOnlyTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
FileStorageReadOnlyTest::setUp | function | core/ |
|
FileStorageReadOnlyTest::testDeleteAll | function | core/ |
@covers ::deleteAll |
FileStorageReadOnlyTest::testReadOnly | function | core/ |
Tests writing with one class and reading with another. |
FileStorageSchema | class | core/ |
Defines the file schema handler. |
FileStorageSchema.php | file | core/ |
|
FileStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
FileStorageTest | class | core/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileStorage @group Drupal @group PhpStorage |
FileStorageTest | class | core/ |
Tests FileStorage operations. |
FileStorageTest.php | file | core/ |
|
FileStorageTest.php | file | core/ |
|
FileStorageTest::$directory | property | core/ |
A directory to store configuration in. |
FileStorageTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
FileStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
FileStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
FileStorageTest::read | function | core/ |
Reads configuration data from the storage. |
FileStorageTest::setUp | function | core/ |
|
FileStorageTest::setUp | function | core/ |
|
FileStorageTest::testCreateDirectoryFailWarning | function | core/ |
@covers ::createDirectory |
FileStorageTest::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
FileStorageTest::testDeleteAll | function | core/ |
@covers ::deleteAll |
FileStorageTest::testListAll | function | core/ |
Tests the FileStorage::listAll method with a relative and absolute path. |
FileStorageTest::testUnsupportedDataTypeConfigException | function | core/ |
Tests UnsupportedDataTypeConfigException. |
FileStorageTest::update | function | core/ |
Updates configuration data in the storage. |
FileUploadResourceTestBase::$fieldStorage | property | core/ |
The test field storage config. |
FileUploadResourceTestBase::$fileStorage | property | core/ |
The entity storage for the 'file' entity type. |
FileUploadTest::$fieldStorage | property | core/ |
The test field storage config. |
FileUploadTest::$fileStorage | property | core/ |
The entity storage for the 'file' entity type. |
FilterTest::$nodeStorage | property | core/ |
A node storage instance. |
FilterUninstallValidator::$filterStorage | property | core/ |
The filter entity storage. |
form-element--new-storage-type.html.twig | file | core/ |
Default theme implementation for a storage type option form element. |
form-element--new-storage-type.html.twig | file | core/ |
Theme override for a storage type option form element. |
FormState::$storage | property | core/ |
The storage. |
FormState::getStorage | function | core/ |
Returns the entire set of arbitrary data. |
FormState::setStorage | function | core/ |
Sets the entire set of arbitrary data. |
FormStateDecoratorBase::getStorage | function | core/ |
Returns the entire set of arbitrary data. |
FormStateDecoratorBase::setStorage | function | core/ |
Sets the entire set of arbitrary data. |
FormStateDecoratorBaseTest::testGetStorage | function | core/ |
@covers ::getStorage |
FormStateDecoratorBaseTest::testSetStorage | function | core/ |
@covers ::setStorage |
FormStateInterface::getStorage | function | core/ |
Returns the entire set of arbitrary data. |
FormStateInterface::setStorage | function | core/ |
Sets the entire set of arbitrary data. |
Pagination
- Previous page
- Page 32
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.