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 |
|---|---|---|---|
| FileStorageReadOnlyTest::$standardSettings | property | core/ |
Standard test settings to pass to storage instances. |
| FileStorageReadOnlyTest::setUp | function | core/ |
|
| FileStorageReadOnlyTest::testDeleteAll | function | core/ |
@legacy-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/ |
Tests FileStorage operations. |
| FileStorageTest | class | core/ |
Tests Drupal\Component\PhpStorage\FileStorage. |
| 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/ |
@legacy-covers ::createDirectory |
| FileStorageTest::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
| FileStorageTest::testDeleteAll | function | core/ |
@legacy-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. |
| 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::$deprecatedProperties | property | core/ |
|
| FileSystem::$settings | property | core/ |
The site settings. |
| FileSystem::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
| FileSystem::basename | function | core/ |
Gets the filename from a given path. |
| FileSystem::chmod | function | core/ |
Sets the permissions on a file or directory. |
| FileSystem::CHMOD_DIRECTORY | constant | core/ |
Default mode for new directories. See self::chmod(). |
| FileSystem::CHMOD_FILE | constant | core/ |
Default mode for new files. See self::chmod(). |
| FileSystem::copy | function | core/ |
Copies a file to a new location without invoking the file API. |
| FileSystem::createFilename | function | core/ |
Creates a full file path from a directory and filename. |
| FileSystem::delete | function | core/ |
Deletes a file without database changes or hook invocations. |
| FileSystem::deleteRecursive | function | core/ |
Deletes all files and directories in the specified filepath recursively. |
| FileSystem::dirname | function | core/ |
Gets the name of the directory from a given path. |
| FileSystem::doScanDirectory | function | core/ |
Internal function to handle directory scanning with recursion. |
| FileSystem::getDestinationFilename | function | core/ |
Determines the destination path for a file. |
| FileSystem::getOsTemporaryDirectory | function | core/ |
Discovers a writable system-appropriate temporary directory. |
| FileSystem::getTempDirectory | function | core/ |
Gets the path of the configured temporary directory. |
| FileSystem::mkdir | function | core/ |
Creates a directory, optionally creating missing components in the path. |
| FileSystem::mkdirCall | function | core/ |
Ensures we don't pass a NULL as a context resource to mkdir(). |
| FileSystem::move | function | core/ |
Moves a file to a new location without database changes or hook invocation. |
| FileSystem::moveUploadedFile | function | core/ |
Moves an uploaded file to a new location. |
| FileSystem::prepareDestination | function | core/ |
Prepares the destination for a file copy or move operation. |
| FileSystem::prepareDirectory | function | core/ |
Checks that the directory exists and is writable. |
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.