Search for files
- Search 7.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 | 
|---|---|---|---|
| FileStorageTest::testCRUD | function | core/ | 
                                                                                        Tests basic load/save/delete operations. | 
| FileStorageTest::testDeleteAll | function | core/ | 
                                                                                        @covers ::deleteAll[[api-linebreak]] | 
| FileStorageTest::testlistAll | function | core/ | 
                                                                                        Tests the FileStorage::listAll method with a relative and absolute path. | 
| FileStorageTest::testUnsupportedDataTypeConfigException | function | core/ | 
                                                                                        Tests UnsupportedDataTypeConfigException. | 
| FileStorageTest::testWriteable | function | core/ | 
                                                                                        @covers ::writeable[[api-linebreak]] | 
| 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. | 
| 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. | 
| FileSystem::realpath | function | core/ | 
                                                                                        Resolves the absolute filepath of a local URI or filepath. | 
| FileSystem::rmdir | function | core/ | 
                                                                                        Removes a directory. | 
| FileSystem::saveData | function | core/ | 
                                                                                        Saves a file to the specified destination without invoking file API. | 
| FileSystem::scanDirectory | function | core/ | 
                                                                                        Finds all files that match a given mask in a given directory. | 
| FileSystem::tempnam | function | core/ | 
                                                                                        Creates a file with a unique filename in the specified directory. | 
| FileSystem::unlink | function | core/ | 
                                                                                        Deletes a file. | 
| FileSystem::__construct | function | core/ | 
                                                                                        Constructs a new FileSystem. | 
| FileSystemDeprecationTest | class | core/ | 
                                                                                        Tests deprecations in file.inc. | 
| FileSystemDeprecationTest.php | file | core/ | 
                                                                                        |
| FileSystemDeprecationTest::testDeprecatedFileBuildUri | function | core/ | 
                                                                                        Tests deprecated file_build_uri() | 
| FileSystemDeprecationTest::testDeprecatedFileCreateUrl | function | core/ | 
                                                                                        Tests deprecated FileCreateUrl. | 
| FileSystemForm | class | core/ | 
                                                                                        Configure file system settings for this site. | 
| FileSystemForm.php | file | core/ | 
                                                                                        |
| FileSystemForm::$dateFormatter | property | core/ | 
                                                                                        The date formatter service. | 
| FileSystemForm::$fileSystem | property | core/ | 
                                                                                        The file system. | 
| FileSystemForm::$streamWrapperManager | property | core/ | 
                                                                                        The stream wrapper manager. | 
| FileSystemForm::buildForm | function | core/ | 
                                                                                        Form constructor. | 
| FileSystemForm::create | function | core/ | 
                                                                                        Instantiates a new instance of this class. | 
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.