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 |
|---|---|---|---|
| FileSystemInterface::dirname | function | core/ |
Gets the name of the directory from a given path. |
| FileSystemInterface::EXISTS_ERROR | constant | core/ |
Flag for dealing with existing files: Do nothing and return FALSE. |
| FileSystemInterface::EXISTS_RENAME | constant | core/ |
Flag for dealing with existing files: Appends number until name is unique. |
| FileSystemInterface::EXISTS_REPLACE | constant | core/ |
Flag for dealing with existing files: Replace the existing file. |
| FileSystemInterface::getDestinationFilename | function | core/ |
Determines the destination path for a file. |
| FileSystemInterface::getTempDirectory | function | core/ |
Gets the path of the configured temporary directory. |
| FileSystemInterface::INSECURE_EXTENSIONS | constant | core/ |
A list of insecure extensions. |
| FileSystemInterface::INSECURE_EXTENSION_REGEX | constant | core/ |
The regex pattern used when checking for insecure file types. |
| FileSystemInterface::mkdir | function | core/ |
Creates a directory, optionally creating missing components in the path. |
| FileSystemInterface::MODIFY_PERMISSIONS | constant | core/ |
Flag used by ::prepareDirectory() -- file permissions may be changed. |
| FileSystemInterface::move | function | core/ |
Moves a file to a new location without database changes or hook invocation. |
| FileSystemInterface::moveUploadedFile | function | core/ |
Moves an uploaded file to a new location. |
| FileSystemInterface::prepareDirectory | function | core/ |
Checks that the directory exists and is writable. |
| FileSystemInterface::realpath | function | core/ |
Resolves the absolute filepath of a local URI or filepath. |
| FileSystemInterface::rmdir | function | core/ |
Removes a directory. |
| FileSystemInterface::saveData | function | core/ |
Saves a file to the specified destination without invoking file API. |
| FileSystemInterface::scanDirectory | function | core/ |
Finds all files that match a given mask in a given directory. |
| FileSystemInterface::tempnam | function | core/ |
Creates a file with a unique filename in the specified directory. |
| FileSystemInterface::unlink | function | core/ |
Deletes a file. |
| FilesystemLoader | class | core/ |
Loads templates from the filesystem. |
| FilesystemLoader.php | file | core/ |
|
| FilesystemLoader::$allowedFileExtensions | property | core/ |
Allowed file extensions. |
| FilesystemLoader::addPath | function | core/ |
Adds a path where templates are stored. |
| FilesystemLoader::findTemplate | function | core/ |
|
| FilesystemLoader::__construct | function | core/ |
Constructs a new FilesystemLoader object. |
| FileSystemModuleDiscoveryDataProviderTrait | trait | core/ |
A trait used in testing for providing a list of modules in a dataProvider. |
| FileSystemModuleDiscoveryDataProviderTrait.php | file | core/ |
|
| FileSystemModuleDiscoveryDataProviderTrait::coreModuleListDataProvider | function | core/ |
A data provider that lists every module in core. |
| FileSystemRequirementsTest | class | core/ |
@group File |
| FileSystemRequirementsTest.php | file | core/ |
|
| FileSystemRequirementsTest::$modules | property | core/ |
Modules to install. |
| FileSystemRequirementsTest::$strictConfigSchema | property | core/ |
Set to TRUE to strict check all configuration saved. |
| FileSystemRequirementsTest::checkSystemRequirements | function | core/ |
Checks system runtime requirements. |
| FileSystemRequirementsTest::setUp | function | core/ |
|
| FileSystemRequirementsTest::testSettingsExist | function | core/ |
Tests if settings are set, there are not warnings. |
| FileSystemTempDirectoryTest | class | core/ |
Tests for getTempDirectory on FileSystem. |
| FileSystemTempDirectoryTest.php | file | core/ |
|
| FileSystemTempDirectoryTest::$fileSystem | property | core/ |
The file system under test. |
| FileSystemTempDirectoryTest::$modules | property | core/ |
Modules to install. |
| FileSystemTempDirectoryTest::setUp | function | core/ |
|
| FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault | function | core/ |
Tests os default fallback. |
| FileSystemTempDirectoryTest::testGetTempDirectorySettings | function | core/ |
Tests 'file_temp_path' setting. |
| FileSystemTest | class | core/ |
@coversDefaultClass \Drupal\Core\File\FileSystem[[api-linebreak]] @group File |
| FileSystemTest | class | core/ |
@coversDefaultClass \Drupal\Core\File\FileSystem[[api-linebreak]] |
| FileSystemTest.php | file | core/ |
|
| FileSystemTest.php | file | core/ |
|
| FileSystemTest::$fileSystem | property | core/ |
The file handler under test. |
| FileSystemTest::$fileSystem | property | core/ |
|
| FileSystemTest::$logger | property | core/ |
The file logger channel. |
| FileSystemTest::$modules | property | core/ |
Modules to install. |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.