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 |
|---|---|---|---|
| FileHooks::fieldWidgetInfoAlter | function | core/ |
Implements hook_field_widget_info_alter(). |
| FileHooks::filePredelete | function | core/ |
Implements hook_ENTITY_TYPE_predelete() for file entities. |
| FileHooks::help | function | core/ |
Implements hook_help(). |
| FileImageDimensionsConstraint | class | core/ |
File extension dimensions constraint. |
| FileImageDimensionsConstraint.php | file | core/ |
|
| FileImageDimensionsConstraint::__construct | function | core/ |
|
| FileImageDimensionsConstraintValidator | class | core/ |
Validator for the FileImageDimensionsConstraint. |
| FileImageDimensionsConstraintValidator.php | file | core/ |
|
| FileImageDimensionsConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| FileImageDimensionsConstraintValidator::validate | function | core/ |
|
| FileImageDimensionsConstraintValidator::__construct | function | core/ |
Creates a new FileImageDimensionsConstraintValidator. |
| FileImageDimensionsConstraintValidatorTest | class | core/ |
Tests the FileImageDimensionsConstraintValidator. |
| FileImageDimensionsConstraintValidatorTest.php | file | core/ |
|
| FileImageDimensionsConstraintValidatorTest::$image | property | core/ |
An image file. |
| FileImageDimensionsConstraintValidatorTest::$nonImage | property | core/ |
A file which is not an image. |
| FileImageDimensionsConstraintValidatorTest::setUp | function | core/ |
|
| FileImageDimensionsConstraintValidatorTest::testFileValidateImageResolution | function | core/ |
This ensures the dimensions of a specific file is within bounds. |
| 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::getDownloadHeaders | function | core/ |
Examines a file entity and returns content headers for download. |
| 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. |
| FileInterface::setSize | function | core/ |
Sets the size of the file. |
| FileInterface::setTemporary | function | core/ |
Sets the file status to temporary. |
| FileInterface::STATUS_PERMANENT | constant | core/ |
Indicates that the file is permanent and should not be deleted. |
| FileIsImageConstraint | class | core/ |
File is image constraint. |
| FileIsImageConstraint.php | file | core/ |
|
| FileIsImageConstraint::__construct | function | core/ |
|
| FileIsImageConstraintValidator | class | core/ |
Validator for the FileIsImageConstraint. |
| FileIsImageConstraintValidator.php | file | core/ |
|
| FileIsImageConstraintValidator::create | function | core/ |
Instantiates a new instance of this class. |
| FileIsImageConstraintValidator::validate | function | core/ |
|
| FileIsImageConstraintValidator::__construct | function | core/ |
Creates a new FileIsImageConstraintValidator. |
| FileIsImageConstraintValidatorTest | class | core/ |
Tests the FileIsImageConstraintValidator. |
| FileIsImageConstraintValidatorTest.php | file | core/ |
|
| FileIsImageConstraintValidatorTest::$image | property | core/ |
An image file. |
| FileIsImageConstraintValidatorTest::$nonImage | property | core/ |
A file which is not an image. |
| FileIsImageConstraintValidatorTest::setUp | function | core/ |
|
| FileIsImageConstraintValidatorTest::testFileIsImage | function | core/ |
This ensures a specific file is actually an image. |
| FileItem | class | core/ |
Plugin implementation of the 'file' field type. |
Pagination
- Previous page
- Page 681
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.