You are here

Formatter Suite in Formatter Suite 8

@file Implements the principal entry points and hooks for the module.

This module provides a variety of general-purpose field formatters.

File

./formatter_suite.module, line 3
Implements the principal entry points and hooks for the module.

Classes

Namesort descending Location Description
Branding src/Branding.php Defines functions and constants used for branding.
DateTimeCustomListFormatter src/Plugin/Field/FieldFormatter/DateTimeCustomListFormatter.php Formats multiple custom-formatted dates as a list.
DateTimeListFormatter src/Plugin/Field/FieldFormatter/DateTimeListFormatter.php Formats multiple dates as a list.
DateTimeTimeAgoListFormatter src/Plugin/Field/FieldFormatter/DateTimeTimeAgoListFormatter.php Formats multiple time ago date strings as a list.
EntityReferenceRenderListFormatter src/Plugin/Field/FieldFormatter/EntityReferenceRenderListFormatter.php Formats multiple entity reference rendered entities as a list.
GeneralEmailFormatter src/Plugin/Field/FieldFormatter/GeneralEmailFormatter.php Formats an email address.
GeneralEmailListFormatter Deprecated src/Plugin/Field/FieldFormatter/GeneralEmailListFormatter.php Formats multiple email addresses as a list.
GeneralEntityReferenceFormatter src/Plugin/Field/FieldFormatter/GeneralEntityReferenceFormatter.php Formats an entity reference as one or more links.
GeneralFileLinkFormatter src/Plugin/Field/FieldFormatter/GeneralFileLinkFormatter.php Formats a file field as one or more links.
GeneralImageFormatter src/Plugin/Field/FieldFormatter/GeneralImageFormatter.php Formats an image.
GeneralLinkFormatter src/Plugin/Field/FieldFormatter/GeneralLinkFormatter.php Formats a link field as one or more links.
GeneralNumberListFormatter Deprecated src/Plugin/Field/FieldFormatter/GeneralNumberListFormatter.php Formats multiple numbers as a list.
GeneralNumberWithMinMaxFormatter src/Plugin/Field/FieldFormatter/GeneralNumberWithMinMaxFormatter.php Formats with a variety of notation styles and includes field min/max.
GeneralUserReferenceFormatter src/Plugin/Field/FieldFormatter/GeneralUserReferenceFormatter.php Formats a user entity reference as one or more links.
ImageEmbedDataFormatter src/Plugin/Field/FieldFormatter/ImageEmbedDataFormatter.php Embeds an image as a data URL instead of a file URL.
NumberWithBytesFormatter src/Plugin/Field/FieldFormatter/NumberWithBytesFormatter.php Formats numbers with a byte suffix, like "bytes", "KB", or "MB".
TimestampListFormatter src/Plugin/Field/FieldFormatter/TimestampListFormatter.php Formats multiple timestamps as a list.
TimestampTimeAgoListFormatter src/Plugin/Field/FieldFormatter/TimestampTimeAgoListFormatter.php Formats multiple timestamps interpreted as time ago as a list.
Utilities src/Utilities.php Defines utility functions used throughout the module.

Traits

Namesort descending Location Description
EntityListTrait src/Plugin/Field/FieldFormatter/EntityListTrait.php Formats multiple fields as a list.

Files

Namesort descending Location Description
formatter-suite-field-list.html.twig templates/formatter-suite-field-list.html.twig Override field template to support customized lists of fields.