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 |
---|---|---|---|
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_MIME | constant | core/ |
Key for "MIME type" metadata attribute. |
File::METADATA_ATTRIBUTE_NAME | constant | core/ |
Key for "Name" metadata attribute. |
File::METADATA_ATTRIBUTE_SIZE | constant | core/ |
Key for "File size" metadata attribute. |
File::preCreate | function | core/ |
Changes the values of an entity before it is created. |
File::preDelete | function | core/ |
Acts on entities before they are deleted and before hooks are invoked. |
File::prepareRow | function | core/ |
Adds additional data to the row. |
File::prepareRow | function | core/ |
Adds additional data to the row. |
File::preRenderFile | function | core/ |
Prepares a #type 'file' render element for input.html.twig. |
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::query | function | core/ |
|
File::query | function | core/ |
|
File::render | function | core/ |
Renders the field. |
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 that need to run on file formatters. |
FileAccessFormatterControlHandlerInterface.php | file | core/ |
|
FileAddPermissionsUpdateTest | class | core/ |
Tests file_post_update_add_permissions_to_roles(). |
FileAddPermissionsUpdateTest.php | file | core/ |
|
FileAddPermissionsUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
FileAddPermissionsUpdateTest::testUpdate | function | core/ |
Tests adding 'delete own files' permission. |
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/ |
@coversDefaultClass \Drupal\file\Plugin\Field\FieldFormatter\FileAudioFormatter @group file @group #slow |
FileAudioFormatterTest.php | file | core/ |
|
FileAudioFormatterTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FileAudioFormatterTest::testRender | function | core/ |
@covers ::viewElements |
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. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.