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
ImageFormatterTest::$display property core/modules/image/tests/src/Kernel/ImageFormatterTest.php
ImageFormatterTest::$entityType property core/modules/image/tests/src/Kernel/ImageFormatterTest.php
ImageFormatterTest::$fieldName property core/modules/image/tests/src/Kernel/ImageFormatterTest.php
ImageFormatterTest::$modules property core/modules/image/tests/src/Kernel/ImageFormatterTest.php Modules to install.
ImageFormatterTest::assertCacheTags function core/modules/image/tests/src/Kernel/ImageFormatterTest.php Asserts that a renderable array has a set of cache tags.
ImageFormatterTest::setUp function core/modules/image/tests/src/Kernel/ImageFormatterTest.php Set the default field storage backend for fields created during tests.
ImageFormatterTest::testImageFormatterCacheTags function core/modules/image/tests/src/Kernel/ImageFormatterTest.php Tests the cache tags from image formatters.
ImageFormatterTest::testImageFormatterSvg function core/modules/image/tests/src/Kernel/ImageFormatterTest.php Tests ImageFormatter's handling of SVG images.
ImageFormatterTest::testImageFormatterUrlOptions function core/modules/image/tests/src/Kernel/ImageFormatterTest.php Tests Image Formatter URL options handling.
ImageStyleJsonAnonTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonAnonTest.php The format to use in this test.
ImageStyleJsonBasicAuthTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php The format to use in this test.
ImageStyleJsonCookieTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php The format to use in this test.
ImageStyleXmlAnonTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The format to use in this test.
ImageStyleXmlBasicAuthTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The format to use in this test.
ImageStyleXmlCookieTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php The format to use in this test.
ImageThemeFunctionTest::testImageFormatterTheme function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests usage of the image field formatters.
ImageUploadTest::createBasicFormat function core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php Create a basic_html text format for the editor to reference.
ImageUrlFormatter class core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php Plugin implementation of the 'image_url' formatter.
ImageUrlFormatter.php file core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php
ImageUrlFormatter::$currentUser property core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php The current user.
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().
JsonEncoder::$format property core/modules/jsonapi/src/Encoder/JsonEncoder.php The formats that this Encoder supports.
JsonEncoder::$format property core/modules/serialization/src/Encoder/JsonEncoder.php The formats that this Encoder supports.
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.
LayoutBuilderEntityViewDisplayJsonAnonTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonAnonTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayJsonBasicAuthTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonBasicAuthTest.php The format to use in this test.
LayoutBuilderEntityViewDisplayJsonCookieTest::$format property core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayJsonCookieTest.php The format to use in this test.

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