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
- Search 11.x for files
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileStorageReadOnlyTest::setUp | function | core/ |
|
| FileStorageReadOnlyTest::testDeleteAll | function | core/ |
Tests delete all. |
| 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/ |
|
| FileStorageTest::insert | function | core/ |
|
| FileStorageTest::read | function | core/ |
|
| FileStorageTest::setUp | function | core/ |
|
| FileStorageTest::setUp | function | core/ |
|
| FileStorageTest::testCreateDirectoryFailWarning | function | core/ |
Tests create directory fail warning. |
| FileStorageTest::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
| FileStorageTest::testDeleteAll | function | core/ |
Tests delete all. |
| 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/ |
|
| 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::$settings | property | core/ |
The site settings. |
| FileSystem::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
| FileSystem::basename | function | core/ |
|
| FileSystem::chmod | function | core/ |
|
| 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/ |
|
| FileSystem::createFilename | function | core/ |
|
| FileSystem::delete | function | core/ |
|
| FileSystem::deleteRecursive | function | core/ |
|
| FileSystem::dirname | function | core/ |
|
| FileSystem::doScanDirectory | function | core/ |
Internal function to handle directory scanning with recursion. |
| FileSystem::getDestinationFilename | function | core/ |
|
| FileSystem::getOsTemporaryDirectory | function | core/ |
Discovers a writable system-appropriate temporary directory. |
| FileSystem::getTempDirectory | function | core/ |
|
| FileSystem::mkdir | function | core/ |
|
| FileSystem::mkdirCall | function | core/ |
Ensures we don't pass a NULL as a context resource to mkdir(). |
| FileSystem::move | function | core/ |
|
| FileSystem::moveUploadedFile | function | core/ |
|
| FileSystem::prepareDestination | function | core/ |
Prepares the destination for a file copy or move operation. |
| FileSystem::prepareDirectory | function | core/ |
|
| FileSystem::realpath | function | core/ |
|
| FileSystem::rmdir | function | core/ |
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.