BaseFieldFileFormatterBase |
core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php |
Base class for file formatters, which allow to link to the file download URL. |
DefaultFileFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php |
Formatter for a text field on a file entity that links the field to the file. |
FileExtensionFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php |
Formatter to render a filename as file extension. |
FileFormatterBase |
core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php |
Base class for file formatters. |
FilemimeFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php |
Formatter to render the file mime type, with an optional icon. |
FileSize |
core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php |
Formatter that shows the file size in a human readable way. |
FileUriFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php |
Formatter to render the file URI to its download path. |
GenericFileFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php |
Plugin implementation of the 'file_default' formatter. |
RSSEnclosureFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php |
Plugin implementation of the 'file_rss_enclosure' formatter. |
TableFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
Plugin implementation of the 'file_table' formatter. |
UrlPlainFormatter |
core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php |
Plugin implementation of the 'file_url_plain' formatter. |