Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
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. |
| FileItem.php | file | core/ |
|
| FileItem::defaultFieldSettings | function | core/ |
Defines the field-level settings for this plugin. |
| FileItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| FileItem::doGetUploadLocation | function | core/ |
Determines the URI for a file field. |
| FileItem::fieldSettingsForm | function | core/ |
Returns a form for the field-level settings. |
| FileItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| FileItem::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
| FileItem::getUploadLocation | function | core/ |
Determines the URI for a file field. |
| FileItem::getUploadValidators | function | core/ |
Retrieves the upload validators for a file field. |
| FileItem::isDisplayed | function | core/ |
Determines whether an item should be displayed when rendering the field. |
| FileItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| FileItem::schema | function | core/ |
Returns the schema for the field. |
| FileItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
| FileItem::storageSettingsSummary | function | core/ |
Returns a short summary of the field's storage-level settings. |
| FileItem::validateDirectory | function | core/ |
Form API callback. |
| FileItem::validateExtensions | function | core/ |
Form API callback. |
| FileItem::validateMaxFilesize | function | core/ |
Form API callback. |
| FileItemTest | class | core/ |
Tests using entity fields of the file field type. |
| FileItemTest.php | file | core/ |
|
| FileItemTest::$directory | property | core/ |
Directory where the sample files are stored. |
| FileItemTest::$file | property | core/ |
Created file entity. |
| FileItemTest::$modules | property | core/ |
Modules to install. |
| FileItemTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| FileItemTest::testFileItem | function | core/ |
Tests using entity fields of the file field type. |
| FileItemValidationTest | class | core/ |
Tests that files referenced in file and image fields are always validated. |
| FileItemValidationTest.php | file | core/ |
Pagination
- Previous page
- Page 655
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.