Search for file

  1. Search 7.x for file
  2. Search 9.5.x for file
  3. Search 8.9.x for file
  4. Search 11.x for file
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
File class core/modules/media/src/Plugin/media/Source/File.php File entity media source.
File class core/modules/file/src/Entity/File.php Defines the file entity class.
File class core/modules/file/src/Plugin/views/field/File.php Field handler to provide simple renderer that allows linking to a file.
File class core/modules/file/src/Plugin/views/wizard/File.php Tests creating managed files views with the wizard.
File class core/modules/file/src/Plugin/migrate/source/d6/File.php Drupal 6 file source from database.
File class core/modules/file/src/Plugin/migrate/source/d7/File.php Drupal 7 file source from database.
File class core/lib/Drupal/Core/Render/Element/File.php Provides a form element for uploading a file.

All search results

Title Object type File name Summary
FileImageDimensionsConstraintValidatorTest::$image property core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileImageDimensionsConstraintValidatorTest.php An image file.
FileImageDimensionsConstraintValidatorTest::$nonImage property core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileImageDimensionsConstraintValidatorTest.php A file which is not an image.
FileImageDimensionsConstraintValidatorTest::setUp function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileImageDimensionsConstraintValidatorTest.php
FileImageDimensionsConstraintValidatorTest::testFileValidateImageResolution function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileImageDimensionsConstraintValidatorTest.php This ensures the dimensions of a specific file is within bounds.
FileInterface interface core/modules/file/src/FileInterface.php Defines getter and setter methods for file entity base fields.
FileInterface.php file core/modules/file/src/FileInterface.php
FileInterface::createFileUrl function core/modules/file/src/FileInterface.php Creates a file URL for the URI of this file.
FileInterface::getCreatedTime function core/modules/file/src/FileInterface.php Returns the file entity creation timestamp.
FileInterface::getFilename function core/modules/file/src/FileInterface.php Returns the name of the file.
FileInterface::getFileUri function core/modules/file/src/FileInterface.php Returns the URI of the file.
FileInterface::getMimeType function core/modules/file/src/FileInterface.php Returns the MIME type of the file.
FileInterface::getSize function core/modules/file/src/FileInterface.php Returns the size of the file.
FileInterface::isPermanent function core/modules/file/src/FileInterface.php Returns TRUE if the file is permanent.
FileInterface::isTemporary function core/modules/file/src/FileInterface.php Returns TRUE if the file is temporary.
FileInterface::setFilename function core/modules/file/src/FileInterface.php Sets the name of the file.
FileInterface::setFileUri function core/modules/file/src/FileInterface.php Sets the URI of the file.
FileInterface::setMimeType function core/modules/file/src/FileInterface.php Sets the MIME type of the file.
FileInterface::setPermanent function core/modules/file/src/FileInterface.php Sets the file status to permanent.
FileInterface::setSize function core/modules/file/src/FileInterface.php Sets the size of the file.
FileInterface::setTemporary function core/modules/file/src/FileInterface.php Sets the file status to temporary.
FileInterface::STATUS_PERMANENT constant core/modules/file/src/FileInterface.php Indicates that the file is permanent and should not be deleted.
FileIsImageConstraint class core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraint.php File is image constraint.
FileIsImageConstraint.php file core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraint.php
FileIsImageConstraint::$message property core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraint.php The error message.
FileIsImageConstraintValidator class core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraintValidator.php Validator for the FileIsImageConstraint.
FileIsImageConstraintValidator.php file core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraintValidator.php
FileIsImageConstraintValidator::create function core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraintValidator.php Instantiates a new instance of this class.
FileIsImageConstraintValidator::validate function core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraintValidator.php
FileIsImageConstraintValidator::__construct function core/modules/file/src/Plugin/Validation/Constraint/FileIsImageConstraintValidator.php Creates a new FileIsImageConstraintValidator.
FileIsImageConstraintValidatorTest class core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php Tests the FileIsImageConstraintValidator.
FileIsImageConstraintValidatorTest.php file core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php
FileIsImageConstraintValidatorTest::$image property core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php An image file.
FileIsImageConstraintValidatorTest::$nonImage property core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php A file which is not an image.
FileIsImageConstraintValidatorTest::setUp function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php
FileIsImageConstraintValidatorTest::testFileIsImage function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileIsImageConstraintValidatorTest.php This ensures a specific file is actually an image.
FileItem class core/modules/file/src/Plugin/Field/FieldType/FileItem.php Plugin implementation of the 'file' field type.
FileItem.php file core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::defaultFieldSettings function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::defaultStorageSettings function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::doGetUploadLocation function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Determines the URI for a file field.
FileItem::fieldSettingsForm function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::generateSampleValue function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::getPreconfiguredOptions function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Returns preconfigured field options for a field type.
FileItem::getUploadLocation function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Determines the URI for a file field.
FileItem::getUploadValidators function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Retrieves the upload validators for a file field.
FileItem::isDisplayed function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Determines whether an item should be displayed when rendering the field.
FileItem::propertyDefinitions function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::schema function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::storageSettingsForm function core/modules/file/src/Plugin/Field/FieldType/FileItem.php
FileItem::storageSettingsSummary function core/modules/file/src/Plugin/Field/FieldType/FileItem.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.