Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| File::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| File::getMetadataAttributes | function | core/ |
Gets a list of metadata attributes provided by this plugin. |
| File::getSize | function | core/ |
Returns the size of the file. |
| File::invalidateTagsOnSave | function | core/ |
Invalidates an entity's cache tags upon save. |
| File::isPermanent | function | core/ |
Returns TRUE if the file is permanent. |
| File::isTemporary | function | core/ |
Returns TRUE if the file is temporary. |
| File::METADATA_ATTRIBUTE_SIZE | constant | core/ |
Key for "File size" metadata attribute. |
| File::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
| File::processFile | function | core/ |
Processes a file upload element, make use of #multiple if present. |
| 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::__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/ |
|
| 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::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::store | function | core/ |
Stores data into a cache backend. |
| FileCacheFactory::DISABLE_CACHE | constant | core/ |
The configuration key to disable FileCache completely. |
| FileCacheFactory::setConfiguration | function | core/ |
Sets the configuration to use for constructing future file cache objects. |
| FileCacheFactory::setPrefix | function | core/ |
Sets the cache prefix that should be used. |
| FileCacheFactoryTest | class | core/ |
Tests Drupal\Component\FileCache\FileCacheFactory. |
| FileCacheFactoryTest.php | file | core/ |
|
| FileCacheFactoryTest::configurationDataProvider | function | core/ |
Data provider for testGetConfigurationOverrides(). |
| FileCacheFactoryTest::setUp | function | core/ |
|
| FileCacheFactoryTest::testGet | function | core/ |
Tests get. |
| FileCacheFactoryTest::testGetConfigurationOverrides | function | core/ |
Tests get configuration overrides. |
| FileCacheFactoryTest::testGetDisabledFileCache | function | core/ |
Tests get disabled file cache. |
| FileCacheFactoryTest::testGetNoPrefix | function | core/ |
Tests get no prefix. |
| FileCacheFactoryTest::testGetSetConfiguration | function | core/ |
@legacy-covers ::getConfiguration @legacy-covers ::setConfiguration |
| FileCacheFactoryTest::testGetSetPrefix | function | core/ |
@legacy-covers ::getPrefix @legacy-covers ::setPrefix |
| FileCacheInterface::set | function | core/ |
Stores data based on a filename. |
| FileCacheTest | class | core/ |
Tests Drupal\Component\FileCache\FileCache. |
| FileCacheTest.php | file | core/ |
|
| FileCacheTest::$fileCache | property | core/ |
FileCache object used for the tests. |
| FileCacheTest::$staticFileCache | property | core/ |
Static FileCache object used for verification of tests. |
Pagination
- Previous page
- Page 582
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.