Search for file
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
File | class | core/ |
File entity media source. |
File | class | core/ |
Defines the file entity class. |
File | class | core/ |
Field handler to provide simple renderer that allows linking to a file. |
File | class | core/ |
Tests creating managed files views with the wizard. |
File | class | core/ |
Drupal 6 file source from database. |
File | class | core/ |
Drupal 7 file source from database. |
File | class | core/ |
Provides a form element for uploading a file. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
FileStorageTest | class | core/ |
@coversDefaultClass \Drupal\Component\PhpStorage\FileStorage @group Drupal @group PhpStorage |
FileStorageTest | class | core/ |
Tests FileStorage operations. |
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/ |
@covers ::createDirectory |
FileStorageTest::testCRUD | function | core/ |
Tests basic load/save/delete operations. |
FileStorageTest::testDeleteAll | function | core/ |
@covers ::deleteAll |
FileStorageTest::testlistAll | function | core/ |
Tests the FileStorage::listAll method with a relative and absolute path. |
FileStorageTest::testReadUnsupportedDataTypeConfigException | function | core/ |
Test UnsupportedDataTypeConfigException displays path of erroneous file during read. |
FileStorageTest::testWriteable | function | core/ |
@covers ::writeable |
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 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. |
Pagination
- Previous page
- Page 27
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.