FileFieldWidgetTest::testTemporaryFileRemovalExploit |
function |
core/modules/file/tests/src/Functional/FileFieldWidgetTest.php |
Tests exploiting the temporary file removal of another user using fid. |
FileFieldWidgetTest::testTemporaryFileRemovalExploitAnonymous |
function |
core/modules/file/tests/src/Functional/FileFieldWidgetTest.php |
Tests exploiting the temporary file removal for anonymous users using fid. |
FileFieldWidgetTest::testUploadingMoreFilesThanAllowed |
function |
core/modules/file/tests/src/FunctionalJavascript/FileFieldWidgetTest.php |
Tests uploading more files than allowed at once. |
FileFieldWidgetTest::testWidgetElement |
function |
core/modules/file/tests/src/Functional/FileFieldWidgetTest.php |
Tests file widget element. |
FileFieldWidgetTest::testWidgetValidation |
function |
core/modules/file/tests/src/Functional/FileFieldWidgetTest.php |
Tests validation with the Upload button. |
FileFormatterBase |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php |
Base class for file formatters. |
FileFormatterBase.php |
file |
core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php |
|
FileFormatterBase::checkAccess |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php |
Checks access to the given entity. |
FileFormatterBase::needsEntityLoad |
function |
core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php |
Returns whether the entity referenced by an item needs to be loaded. |
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::getDownloadHeaders |
function |
core/modules/file/src/FileInterface.php |
Examines a file entity and returns content headers for download. |
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. |
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 |
Defines the field-level settings for this plugin. |
FileItem::defaultStorageSettings |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Defines the storage-level settings for this plugin. |
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 |
Returns a form for the field-level settings. |
FileItem::generateSampleValue |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Generates placeholder field values. |
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 |
Defines field item properties. |
FileItem::schema |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Returns the schema for the field. |
FileItem::storageSettingsForm |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Returns a form for the storage-level settings. |
FileItem::storageSettingsSummary |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Returns a short summary of the field's storage-level settings. |
FileItem::validateDirectory |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Form API callback. |
FileItem::validateExtensions |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Form API callback. |
FileItem::validateMaxFilesize |
function |
core/modules/file/src/Plugin/Field/FieldType/FileItem.php |
Form API callback. |
FileItemTest |
class |
core/modules/file/tests/src/Kernel/FileItemTest.php |
Tests using entity fields of the file field type. |
FileItemTest.php |
file |
core/modules/file/tests/src/Kernel/FileItemTest.php |
|
FileItemTest::$directory |
property |
core/modules/file/tests/src/Kernel/FileItemTest.php |
Directory where the sample files are stored. |
FileItemTest::$file |
property |
core/modules/file/tests/src/Kernel/FileItemTest.php |
Created file entity. |
FileItemTest::$modules |
property |
core/modules/file/tests/src/Kernel/FileItemTest.php |
Modules to install. |