Search for FileSystem
- Search 7.x for FileSystem
- Search 9.5.x for FileSystem
- Search 10.3.x for FileSystem
- Search 11.x for FileSystem
- Search main for FileSystem
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileSystem | class | core/ |
Provides helpers to operate on files and stream wrappers. |
| FileSystem | class | core/ |
Provides file system functions. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ArchiverManager::$fileSystem | property | core/ |
The file system service. |
| AssetDumper::$fileSystem | property | core/ |
The file system service. |
| AssetDumper::getFileSystem | function | core/ |
Helper method for returning the file system service. |
| BaseThemeDefaultDeprecationTest::setUpFilesystem | function | core/ |
Sets up the filesystem, so things like the file directory. |
| ComposerHookTest::$fileSystem | property | core/ |
The Symfony FileSystem component. |
| ConfigController::$fileSystem | property | core/ |
The file system. |
| ConfigImportForm::$fileSystem | property | core/ |
The file system service. |
| CssCollectionOptimizer::$fileSystem | property | core/ |
The file system service. |
| Download::$fileSystem | property | core/ |
The file system service. |
| EnvironmentCleaner::$fileSystem | property | core/ |
The file system service. |
| ExportForm::$fileSystem | property | core/ |
The file system service. |
| ExtensionDiscoveryTest::addFileToFilesystemStructure | function | core/ |
|
| ExtensionDiscoveryTest::populateFilesystemStructure | function | core/ |
Adds example files to the filesystem structure. |
| FileCopy::$fileSystem | property | core/ |
The file system service. |
| FileCopyTest::$fileSystem | property | core/ |
The file system service. |
| FileStorage::getFileSystem | function | core/ |
Returns file system service. |
| 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 to the directory. |
| FileSystem::mkdirCall | function | core/ |
Helper function. 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::uriScheme | function | core/ |
Returns the scheme of a URI (e.g. a stream). |
| FileSystem::validScheme | function | core/ |
Checks that the scheme of a stream URI is valid. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.