Search for format_

  1. Search 7.x for format_
  2. Search 9.5.x for format_
  3. Search 8.9.x for format_
  4. Search 11.x for format_
  5. Other projects
Title Object type File name Summary
ImageUrlFormatter::$imageStyleStorage property core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php The image style entity storage.
ImageUrlFormatter::create function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Creates an instance of the plugin.
ImageUrlFormatter::defaultSettings function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Defines the default settings for this plugin.
ImageUrlFormatter::settingsForm function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Returns a form to configure settings for the formatter.
ImageUrlFormatter::settingsSummary function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Returns a short summary for the current formatter settings.
ImageUrlFormatter::viewElements function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Builds a renderable array for a field value.
ImageUrlFormatter::__construct function core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Constructs an ImageFormatter object.
IncrementalForm::$dateFormatter property core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php The date formatter service.
Information types group core/core.api.php Types of information in Drupal.
IntegerFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php Plugin implementation of the 'number_integer' formatter.
IntegerFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php
IntegerFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php Defines the default settings for this plugin.
IntegerFormatter::numberFormat function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php Formats a number.
InvalidConfigException::formatMessage function core/lib/Drupal/Core/Recipe/InvalidConfigException.php Formats the constraint violation list as a human-readable message.
jsonapi.route_filter.format_setter service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Routing\EarlyFormatSetter
jsonapi_test_user_user_format_name_alter function core/modules/jsonapi/tests/modules/jsonapi_test_user/jsonapi_test_user.module Implements hook_user_format_name_alter().
LanguageFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Plugin implementation of the 'language' formatter.
LanguageFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php
LanguageFormatter::$languageManager property core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php The language manager.
LanguageFormatter::create function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Creates an instance of the plugin.
LanguageFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Defines the default settings for this plugin.
LanguageFormatter::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Returns a form to configure settings for the formatter.
LanguageFormatter::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Returns a short summary for the current formatter settings.
LanguageFormatter::viewValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Generate the output appropriate for one field item.
LanguageFormatter::__construct function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php Constructs a LanguageFormatter instance.
LayoutSectionTest::providerTestLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Provides test data for ::testLayoutSectionFormatter().
LayoutSectionTest::testLayoutSectionFormatter function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests layout_section formatter output.
LayoutSectionTest::testLayoutSectionFormatterAccess function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests the access checking of the section formatter.
layout_builder_post_update_timestamp_formatter function core/modules/layout_builder/layout_builder.post_update.php Update timestamp formatter settings for Layout Builder fields.
LegacyCommonTest::testFormatSizeDeprecation function core/tests/Drupal/KernelTests/Core/Common/LegacyCommonTest.php Tests deprecation of the format_size() function.
LibraryDiscoveryParserTest::testBuildByExtensionWithMissingInformation function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests that an exception is thrown with only the version property specified.
licenses_missing_information.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_missing_information.libraries.yml
link-formatter-link-separate.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/stable9/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/claro/templates/classy/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/themes/starterkit_theme/templates/field/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/tests/themes/link_test_theme/templates/link-formatter-link-separate.html.twig Theme override of a link with separate title and URL elements.
link-formatter-link-separate.html.twig file core/modules/link/templates/link-formatter-link-separate.html.twig Default theme implementation of a link with separate title and URL elements.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/field/d6/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldFormatterMap function core/modules/link/src/Plugin/migrate/field/d7/LinkField.php Get a map between D6 formatters and D8 formatters for this field type.
LinkFieldTest::doTestLinkFormatter function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the default 'link' formatter.
LinkFieldTest::doTestLinkSeparateFormatter function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the 'link_separate' formatter.
LinkFieldTest::testLinkFormatterQueryParametersDuplication function core/modules/link/tests/src/Functional/LinkFieldTest.php Tests the default 'link' formatter with complex query parameters.
LinkFormatter class core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Plugin implementation of the 'link' formatter.
LinkFormatter.php file core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php
LinkFormatter::$pathValidator property core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php The path validator service.
LinkFormatter::buildUrl function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Builds the \Drupal\Core\Url object for a link field item.
LinkFormatter::create function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Creates an instance of the plugin.
LinkFormatter::defaultSettings function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Defines the default settings for this plugin.
LinkFormatter::settingsForm function core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php Returns a form to configure settings for the formatter.

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