Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
FileStorageReadOnlyTest::testWriteable | function | core/ |
@covers ::writeable |
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/ |
Tests FileStorage operations. |
FileStorageTest | class | core/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileStorage @group Drupal @group PhpStorage |
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/ |
|
FileStorageTest::insert | function | core/ |
|
FileStorageTest::read | function | core/ |
|
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::testReadUnsupportedDataTypeConfigException | function | core/ |
Test UnsupportedDataTypeConfigException displays path of erroneous file during read. |
FileStorageTest::testWriteable | function | core/ |
@covers ::writeable |
FileStorageTest::update | function | core/ |
|
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. |
FormState::$storage | property | core/ |
This is not a special key, and no specific support is provided for it in the Form API. By tradition it was the location where application-specific data was stored for communication between the submit, validation, and form builder functions, especially… |
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. |
FormStoragePageCacheTest | class | core/ |
Tests form storage from cached pages. |
FormStoragePageCacheTest.php | file | core/ |
|
FormStoragePageCacheTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.