Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileStorage::garbageCollection | function | core/ |
|
| FileStorage::getAllCollectionNames | function | core/ |
|
| FileStorage::getAllCollectionNamesHelper | function | core/ |
Helper function for getAllCollectionNames(). |
| FileStorage::getCollectionDirectory | function | core/ |
Gets the directory for the collection. |
| FileStorage::getCollectionName | function | core/ |
|
| FileStorage::getFileExtension | function | core/ |
Returns the file extension used by the file storage for all configuration files. |
| FileStorage::getFilePath | function | core/ |
Returns the path to the configuration file. |
| FileStorage::getFileSystem | function | core/ |
Returns file system service. |
| FileStorage::getFullPath | function | core/ |
|
| FileStorage::htaccessLines | function | core/ |
Returns the standard .htaccess lines that Drupal writes to file directories. |
| FileStorage::listAll | function | core/ |
|
| FileStorage::listAll | function | core/ |
|
| FileStorage::load | function | core/ |
|
| FileStorage::read | function | core/ |
Implements Drupal\Core\Config\StorageInterface::read(). |
| FileStorage::readMultiple | function | core/ |
|
| FileStorage::rename | function | core/ |
|
| FileStorage::save | function | core/ |
|
| FileStorage::spaceUsed | function | core/ |
Determines total disk space used by a single user or the whole filesystem. |
| FileStorage::unlink | function | core/ |
Deletes files and/or directories in the specified path. |
| FileStorage::write | function | core/ |
|
| FileStorage::writeable | function | core/ |
|
| FileStorage::__construct | function | core/ |
Constructs this FileStorage object. |
| FileStorage::__construct | function | core/ |
Constructs a new FileStorage. |
| 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[[api-linebreak]] @group config |
| FileStorageFactoryTest.php | file | core/ |
|
| FileStorageFactoryTest::testGetSync | function | core/ |
@covers ::getSync[[api-linebreak]] |
| 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[[api-linebreak]] |
| 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[[api-linebreak]] |
| FileStorageReadOnlyTest::testReadOnly | function | core/ |
Tests writing with one class and reading with another. |
| FileStorageReadOnlyTest::testWriteable | function | core/ |
@covers ::writeable[[api-linebreak]] |
| 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[[api-linebreak]] @group Drupal @group PhpStorage |
| FileStorageTest.php | file | core/ |
Pagination
- Previous page
- Page 96
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.