Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| File::renderLink | function | core/ |
Prepares link to the file. |
| File::setFilename | function | core/ |
Sets the name of the file. |
| File::setFileUri | function | core/ |
Sets the URI of the file. |
| File::setMimeType | function | core/ |
Sets the MIME type of the file. |
| File::setPermanent | function | core/ |
Sets the file status to permanent. |
| File::setSize | function | core/ |
Sets the size of the file. |
| File::setTemporary | function | core/ |
Sets the file status to temporary. |
| File::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| File::__construct | function | core/ |
Constructs a File object. |
| FileAccessControlHandler | class | core/ |
Provides a File access control handler. |
| FileAccessControlHandler.php | file | core/ |
|
| FileAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| FileAccessControlHandler::checkCreateAccess | function | core/ |
Performs create access checks. |
| FileAccessControlHandler::checkFieldAccess | function | core/ |
Default field access as determined by this access control handler. |
| FileAccessControlHandler::getFileReferences | function | core/ |
Wrapper for file_get_file_references(). |
| FileAccessFormatterControlHandlerInterface | interface | core/ |
Defines an interface for file access handlers which runs on file formatters. |
| FileAccessFormatterControlHandlerInterface.php | file | core/ |
|
| FileAudioFormatter | class | core/ |
Plugin implementation of the 'file_audio' formatter. |
| FileAudioFormatter.php | file | core/ |
|
| FileAudioFormatter::getMediaType | function | core/ |
Gets the applicable media type for a formatter. |
| FileAudioFormatterTest | class | core/ |
Tests Drupal\file\Plugin\Field\FieldFormatter\FileAudioFormatter. |
| FileAudioFormatterTest.php | file | core/ |
|
| FileAudioFormatterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileAudioFormatterTest::testRender | function | core/ |
Tests render. |
| FileCache | class | core/ |
Allows to cache data based on file modification dates. |
| FileCache.php | file | core/ |
|
| FileCache::$cache | property | core/ |
The cache backend backing this FileCache object. |
| FileCache::$cached | property | core/ |
Static cache that contains already loaded cache entries. |
| FileCache::$collection | property | core/ |
The collection identifier of this cache. |
| FileCache::$prefix | property | core/ |
Prefix that is used for cache entries. |
| FileCache::delete | function | core/ |
Deletes data from the cache. |
| FileCache::get | function | core/ |
Gets data based on a filename. |
| FileCache::getMultiple | function | core/ |
Gets data based on filenames. |
| FileCache::reset | function | core/ |
Resets the static cache. |
| FileCache::set | function | core/ |
Stores data based on a filename. |
| FileCache::__construct | function | core/ |
Constructs a FileCache object. |
| FileCacheBackendInterface | interface | core/ |
Defines an interface inspired by APCu for FileCache backends. |
| FileCacheBackendInterface.php | file | core/ |
|
| FileCacheBackendInterface::delete | function | core/ |
Deletes data from a cache backend. |
| FileCacheBackendInterface::fetch | function | core/ |
Fetches data from the cache backend. |
| FileCacheBackendInterface::store | function | core/ |
Stores data into a cache backend. |
| FileCacheFactory | class | core/ |
Creates a FileCache object. |
| FileCacheFactory.php | file | core/ |
|
| FileCacheFactory::$configuration | property | core/ |
The configuration used to create FileCache objects. |
| FileCacheFactory::$prefix | property | core/ |
The cache prefix. |
| FileCacheFactory::DISABLE_CACHE | constant | core/ |
The configuration key to disable FileCache completely. |
| FileCacheFactory::get | function | core/ |
Instantiates a FileCache object for a given collection identifier. |
| FileCacheFactory::getConfiguration | function | core/ |
Gets the configuration used for constructing future file cache objects. |
| FileCacheFactory::getPrefix | function | core/ |
Returns the cache prefix. |
| FileCacheFactory::setConfiguration | function | core/ |
Sets the configuration to use for constructing future file cache objects. |
Pagination
- Previous page
- Page 674
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.