DateFormat |
class |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
Defines the Date Format configuration entity class. |
FormatDate |
class |
core/modules/migrate/src/Plugin/migrate/process/FormatDate.php |
Converts date/datetime from one format to another. |
TextFormat |
class |
core/modules/config_translation/src/FormElement/TextFormat.php |
Defines the text_format element for the configuration translation interface. |
DateFormat |
class |
core/modules/config_translation/src/FormElement/DateFormat.php |
Defines the date format element for the configuration translation interface. |
Formatting |
group |
core/includes/common.inc |
Functions to format numbers, strings, dates, etc. |
TextFormat |
class |
core/modules/filter/src/Element/TextFormat.php |
Provides a text format render element. |
format_size |
function |
core/includes/common.inc |
Generates a string representation for the given byte count. |
FilterFormat |
class |
core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php |
Drupal 6 filter source from database. |
FilterFormat |
class |
core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php |
Drupal 7 filter source from database. |
FilterFormat |
class |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
The filter format data type. |
FilterFormat |
class |
core/modules/filter/src/Entity/FilterFormat.php |
Represents a text format. |
DateFormatter |
class |
core/lib/Drupal/Core/Datetime/DateFormatter.php |
Provides a service to handle various date related functionality. |
DiffFormatter |
class |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
A class to format Diffs |
FormatterBase |
class |
core/lib/Drupal/Core/Field/FormatterBase.php |
Base class for 'Field formatter' plugin implementations. |
Date::$format |
property |
core/modules/views/src/Plugin/views/argument/Date.php |
The date format used in the title. |
LinkFormatter |
class |
core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php |
Plugin implementation of the 'link' formatter. |
DiffFormatter |
class |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Diff formatter which uses returns output that can be rendered to a table. |
TextFormat.php |
file |
core/modules/filter/src/Element/TextFormat.php |
|
FieldFormatter |
class |
core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php |
Defines a FieldFormatter annotation object. |
date.formatter |
service |
core/core.services.yml |
Drupal\Core\Datetime\DateFormatter |
diff.formatter |
service |
core/core.services.yml |
Drupal\Core\Diff\DiffFormatter |
DateFormatTest |
class |
core/modules/jsonapi/tests/src/Functional/DateFormatTest.php |
JSON:API integration test for the "DateFormat" config entity type. |
FormatDateTest |
class |
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php |
Tests the format date process plugin. |
DateFormat.php |
file |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
|
FormatDate.php |
file |
core/modules/migrate/src/Plugin/migrate/process/FormatDate.php |
|
TableFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php |
Plugin implementation of the 'file_table' formatter. |
filter_formats |
function |
core/modules/filter/filter.module |
Retrieves a list of enabled text formats, ordered by weight. |
FormatDateTest |
class |
core/modules/system/tests/src/Functional/Common/FormatDateTest.php |
Tests the DateFormatterInterface::format() function. |
ImageFormatter |
class |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php |
Plugin implementation of the 'image' formatter. |
TextFormat.php |
file |
core/modules/config_translation/src/FormElement/TextFormat.php |
|
DateFormat.php |
file |
core/modules/config_translation/src/FormElement/DateFormat.php |
|
DateFormatTest |
class |
core/modules/system/tests/src/FunctionalJavascript/System/DateFormatTest.php |
Tests that date formats UI with JavaScript enabled. |
Editor::$format |
property |
core/modules/editor/src/Entity/Editor.php |
The machine name of the text format with which this configured text editor
is associated. |
DateFormat::$id |
property |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
The date format machine name. |
PhpMail::format |
function |
core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php |
Concatenates and wraps the email body for plain-text mails. |
Term::getFormat |
function |
core/modules/taxonomy/src/Entity/Term.php |
Gets the text format name for the term description. |
Term::setFormat |
function |
core/modules/taxonomy/src/Entity/Term.php |
Sets the text format name for the term description. |
StringFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php |
Plugin implementation of the 'string' formatter. |
AuthorFormatter |
class |
core/modules/user/src/Plugin/Field/FieldFormatter/AuthorFormatter.php |
Plugin implementation of the 'author' formatter. |
MailToFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/MailToFormatter.php |
Plugin implementation of the 'email_mailto' formatter. |
OEmbedFormatter |
class |
core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php |
Plugin implementation of the 'oembed' formatter. |
FilterFormat.php |
file |
core/modules/filter/src/Entity/FilterFormat.php |
|
FilterFormat.php |
file |
core/modules/filter/src/Plugin/DataType/FilterFormat.php |
|
DateFormat::sort |
function |
core/lib/Drupal/Core/Datetime/Entity/DateFormat.php |
Helper callback for uasort() to sort configuration entities by weight and label. |
DayDate::$format |
property |
core/modules/views/src/Plugin/views/argument/DayDate.php |
The date format used in the title. |
Date::$argFormat |
property |
core/modules/views/src/Plugin/views/argument/Date.php |
The date format used in the query. |
MailFormatHelper |
class |
core/lib/Drupal/Core/Mail/MailFormatHelper.php |
Defines a class containing utility methods for formatting mail messages. |
EntityDateFormat |
class |
core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php |
Plugin annotation
@MigrateDestination(
id = "entity:date_format"
) |
FilterFormatTest |
class |
core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php |
JSON:API integration test for the "FilterFormat" config entity type. |
FileUriFormatter |
class |
core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php |
Formatter to render the file URI to its download path. |