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 |
|---|---|---|---|
| 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/ |
Checks access to the given entity. |
| FileFormatterBase::needsEntityLoad | function | core/ |
Returns whether the entity referenced by an item needs to be loaded. |
| FileFormHooks | class | core/ |
Hook implementations for file forms. |
| FileFormHooks.php | file | core/ |
|
| FileFormHooks::formSystemFileSystemSettingsAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
| FileFormHooks::settingsSubmit | function | core/ |
Form submission handler for file system settings form. |
| FileFormHooks::__construct | function | core/ |
|
| FileHooks | class | core/ |
Hook implementations for file. |
| FileHooks.php | file | core/ |
|
| 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::$maxDimensions | property | core/ |
The maximum dimensions. |
| FileImageDimensionsConstraint::$minDimensions | property | core/ |
The minimum dimensions. |
| FileImageDimensionsConstraint::__construct | function | core/ |
#[HasNamedArguments] |
| 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. |
| FileIncludeGadgetChainTest | class | core/ |
Tests protection against Drupal/FI1 gadget chain. |
| FileIncludeGadgetChainTest.php | file | core/ |
|
| FileIncludeGadgetChainTest::providerIncludePaths | function | core/ |
Provider for paths to include. |
| FileIncludeGadgetChainTest::testFileDeleteGadgetChain | function | core/ |
Tests unserializing a Drupal/FI1 payload. |
| FileInterface::getDownloadHeaders | function | core/ |
Examines a file entity and returns content headers for download. |
| 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. |
Pagination
- Previous page
- Page 588
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.