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 |
|---|---|---|---|
| FileFieldWidgetTest::setUp | function | core/ |
|
| FileFieldWidgetTest::testMultiValuedWidget | function | core/ |
Tests upload and remove buttons for multiple multi-valued File fields. |
| FileFieldWidgetTest::testMultiValuedWidget | function | core/ |
Tests upload and remove buttons for multiple multi-valued File fields. |
| FileFieldWidgetTest::testPrivateFileComment | function | core/ |
Tests that download restrictions on private files work on comments. |
| FileFieldWidgetTest::testPrivateFileSetting | function | core/ |
Tests a file field with a "Private files" upload destination setting. |
| FileFieldWidgetTest::testSingleValuedWidget | function | core/ |
Tests upload and remove buttons for a single-valued File field. |
| FileFieldWidgetTest::testSingleValuedWidget | function | core/ |
Tests uploading and remove buttons for a single-valued File field. |
| FileFieldWidgetTest::testTemporaryFileRemovalExploit | function | core/ |
Tests exploiting the temporary file removal of another user using fid. |
| FileFieldWidgetTest::testTemporaryFileRemovalExploitAnonymous | function | core/ |
Tests exploiting the temporary file removal for anonymous users using fid. |
| FileFieldWidgetTest::testUploadingMoreFilesThenAllowed | function | core/ |
Tests uploading more files then allowed at once. |
| FileFieldWidgetTest::testWidgetElement | function | core/ |
Tests file widget element. |
| FileFieldWidgetTest::testWidgetValidation | function | core/ |
Tests validation with the Upload button. |
| FileFormatterBase | class | core/ |
Base class for file formatters. |
| FileFormatterBase.php | file | core/ |
|
| FileFormatterBase::checkAccess | function | core/ |
Checks access to the given entity. |
| FileFormatterBase::needsEntityLoad | function | core/ |
Returns whether the entity referenced by an item needs to be loaded. |
| FileHalJsonAnonTest | class | core/ |
@group hal |
| FileHalJsonAnonTest.php | file | core/ |
|
| FileHalJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| FileHalJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| FileHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
| FileHalJsonAnonTest::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
| FileHalJsonAnonTest::getExpectedCacheTags | function | core/ |
The expected cache tags for the GET/HEAD response of the test entity. |
| FileHalJsonAnonTest::getExpectedNormalizedEntity | function | core/ |
Returns the expected normalization of the entity. |
| FileHalJsonAnonTest::getNormalizedPostEntity | function | core/ |
Returns the normalized POST entity. |
| FileHalJsonAnonTest::testGetBcUriField | function | core/ |
@group legacy @expectedDeprecation Replacing the file uri with the URL is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the provided url property instead and disable hal.settings:bc_file_uri_as_url_normalizer. See… |
| FileHalJsonBasicAuthTest | class | core/ |
@group hal |
| FileHalJsonBasicAuthTest.php | file | core/ |
|
| FileHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| FileHalJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileHalJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
| FileHalJsonCookieTest | class | core/ |
@group hal |
| FileHalJsonCookieTest.php | file | core/ |
|
| FileHalJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| FileHalJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FileInterface | interface | core/ |
Defines getter and setter methods for file entity base fields. |
| FileInterface.php | file | core/ |
|
| FileInterface::createFileUrl | function | core/ |
Creates a file URL for the URI of this file. |
| FileInterface::getCreatedTime | function | core/ |
Returns the file entity creation timestamp. |
| FileInterface::getFilename | function | core/ |
Returns the name of the file. |
| FileInterface::getFileUri | function | core/ |
Returns the URI of the file. |
| FileInterface::getMimeType | function | core/ |
Returns the MIME type of the file. |
| FileInterface::getSize | function | core/ |
Returns the size of the file. |
| FileInterface::isPermanent | function | core/ |
Returns TRUE if the file is permanent. |
| FileInterface::isTemporary | function | core/ |
Returns TRUE if the file is temporary. |
| FileInterface::setFilename | function | core/ |
Sets the name of the file. |
| FileInterface::setFileUri | function | core/ |
Sets the URI of the file. |
| FileInterface::setMimeType | function | core/ |
Sets the MIME type of the file. |
| FileInterface::setPermanent | function | core/ |
Sets the file status to permanent. |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.