Search for files
- Search 7.x for files
- Search 9.5.x for files
- Search 10.3.x for files
- Search 11.x for files
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileStorage::__construct | function | core/ |
Constructs a new FileStorage. |
FileStorage::__construct | function | core/ |
Constructs this FileStorage object. |
FileStorageDeprecationTest | class | core/ |
Tests FileStorage deprecations. |
FileStorageDeprecationTest.php | file | core/ |
|
FileStorageDeprecationTest::testHtAccessLines | function | core/ |
@expectedDeprecation htaccessLines() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Component\FileSecurity\FileSecurity::htaccessLines() instead. See https://www.drupal.org/node/3075098 |
FileStorageFactory | class | core/ |
Provides a factory for creating config file storage objects. |
FileStorageFactory.php | file | core/ |
|
FileStorageFactory::getActive | function | core/ |
Returns a FileStorage object working with the active config directory. |
FileStorageFactory::getSync | function | core/ |
Returns a FileStorage object working with the sync config directory. |
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. |
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/ |
|
FileSystem | class | core/ |
Provides helpers to operate on files and stream wrappers. |
FileSystem | class | core/ |
Provides file system functions. |
FileSystem.php | file | core/ |
|
FileSystem.php | file | core/ |
|
FileSystem::$logger | property | core/ |
The file logger channel. |
FileSystem::$settings | property | core/ |
The site settings. |
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.