Search for files
- Search 7.x for files
- Search 9.5.x for files
- Search 8.9.x for files
- Search 10.3.x for files
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FileStorage.php | file | core/ |
|
FileStorage::$collection | property | core/ |
The storage collection. |
FileStorage::$directory | property | core/ |
The filesystem path for configuration objects. |
FileStorage::$directory | property | core/ |
The directory where the files should be stored. |
FileStorage::$fileCache | property | core/ |
The file cache object. |
FileStorage::createCollection | function | core/ |
|
FileStorage::createDirectory | function | core/ |
Ensures the requested directory exists and has the right permissions. |
FileStorage::decode | function | core/ |
|
FileStorage::delete | function | core/ |
|
FileStorage::delete | function | core/ |
|
FileStorage::deleteAll | function | core/ |
|
FileStorage::deleteAll | function | core/ |
|
FileStorage::encode | function | core/ |
|
FileStorage::ensureDirectory | function | core/ |
Ensures the directory exists, has the right permissions, and a .htaccess. |
FileStorage::ensureStorage | function | core/ |
Check if the directory exists and create it if not. |
FileStorage::exists | function | core/ |
|
FileStorage::exists | function | core/ |
|
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::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/ |
|
FileStorage::unlink | function | core/ |
Deletes files and/or directories in the specified path. |
FileStorage::write | function | core/ |
|
FileStorage::__construct | function | core/ |
Constructs a new FileStorage. |
FileStorage::__construct | function | core/ |
Constructs this FileStorage object. |
FileStorageFactory | class | core/ |
Provides a factory for creating config file storage objects. |
FileStorageFactory.php | file | core/ |
|
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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.