Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::testUploadingMoreFilesThanAllowed | function | core/ |
Tests uploading more files than 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/ |
|
| FileFormatterBase::needsEntityLoad | function | core/ |
|
| FileImageDimensionsConstraint | class | core/ |
File extension dimensions constraint. |
| FileImageDimensionsConstraint.php | file | core/ |
|
| FileImageDimensionsConstraint::$maxDimensions | property | core/ |
The maximum dimensions. |
| FileImageDimensionsConstraint::$messageImageTooSmall | property | core/ |
The image too small message. |
| FileImageDimensionsConstraint::$messageResizedImageTooSmall | property | core/ |
The resized image too small message. |
| FileImageDimensionsConstraint::$messageResizeFailed | property | core/ |
The resize failed message. |
| FileImageDimensionsConstraint::$minDimensions | property | core/ |
The minimum dimensions. |
| FileImageDimensionsConstraintValidator | class | core/ |
Validator for the FileImageDimensionsConstraint. |
| FileImageDimensionsConstraintValidator.php | file | core/ |
|
| FileImageDimensionsConstraintValidator::create | function | core/ |
|
| 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::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::$message | property | core/ |
The error message. |
| FileIsImageConstraintValidator | class | core/ |
Validator for the FileIsImageConstraint. |
| FileIsImageConstraintValidator.php | file | core/ |
|
| FileIsImageConstraintValidator::create | function | core/ |
|
| 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/ |
Pagination
- Previous page
- Page 546
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.