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
OEmbedFormatter.php file core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
OEmbedFormatter::$config property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The media settings config.
OEmbedFormatter::$iFrameUrlHelper property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The iFrame URL helper service.
OEmbedFormatter::$logger property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The logger service.
OEmbedFormatter::$messenger property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The messenger service.
OEmbedFormatter::$resourceFetcher property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed resource fetcher.
OEmbedFormatter::$urlResolver property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed URL resolver service.
OEmbedFormatter::create function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Creates an instance of the plugin.
OEmbedFormatter::defaultSettings function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Defines the default settings for this plugin.
OEmbedFormatter::isApplicable function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns if the formatter can be used for the provided field.
OEmbedFormatter::settingsForm function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a form to configure settings for the formatter.
OEmbedFormatter::settingsSummary function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Returns a short summary for the current formatter settings.
OEmbedFormatter::viewElements function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Builds a renderable array for a field value.
OEmbedFormatter::__construct function core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Constructs an OEmbedFormatter instance.
OEmbedFormatterTest class core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php @covers \Drupal\media\Plugin\Field\FieldFormatter\OEmbedFormatter[[api-linebreak]]
OEmbedFormatterTest.php file core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
OEmbedFormatterTest::$defaultTheme property core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php The theme to install as the default for testing.
OEmbedFormatterTest::$modules property core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Modules to install.
OEmbedFormatterTest::providerRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Data provider for testRender().
OEmbedFormatterTest::setUp function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php
OEmbedFormatterTest::testDisplayConfiguration function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests that oEmbed media types' display can be configured correctly.
OEmbedFormatterTest::testRender function core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php Tests the oEmbed field formatter.
olivero_preprocess_text_format_wrapper function core/themes/olivero/olivero.theme Implements template_preprocess_text_format_wrapper().
OptionsDefaultFormatter class core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php Plugin implementation of the 'list_default' formatter.
OptionsDefaultFormatter.php file core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php
OptionsDefaultFormatter::viewElements function core/modules/options/src/Plugin/Field/FieldFormatter/OptionsDefaultFormatter.php Builds a renderable array for a field value.
OptionsFormattersTest class core/modules/options/tests/src/Kernel/OptionsFormattersTest.php Tests the Options field type formatters.
OptionsFormattersTest.php file core/modules/options/tests/src/Kernel/OptionsFormattersTest.php
OptionsFormattersTest::setUp function core/modules/options/tests/src/Kernel/OptionsFormattersTest.php Set the default field storage backend for fields created during tests.
OptionsFormattersTest::testFormatter function core/modules/options/tests/src/Kernel/OptionsFormattersTest.php Tests the formatters.
OptionsKeyFormatter class core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php Plugin implementation of the 'list_key' formatter.
OptionsKeyFormatter.php file core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php
OptionsKeyFormatter::viewElements function core/modules/options/src/Plugin/Field/FieldFormatter/OptionsKeyFormatter.php Builds a renderable array for a field value.
PageCacheTest::testQueryParameterFormatRequests function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests support for different cache items with different request formats.
PerformanceForm::$dateFormatter property core/modules/system/src/Form/PerformanceForm.php The date formatter service.
PhoneField::getFieldFormatterMap function core/modules/telephone/src/Plugin/migrate/field/d7/PhoneField.php Get a map between D6 formatters and D8 formatters for this field type.
plugin.manager.field.formatter service core/core.services.yml Drupal\Core\Field\FormatterPluginManager
PoItem::formatItem function core/lib/Drupal/Component/Gettext/PoItem.php Format the POItem as a string.
PoItem::formatPlural function core/lib/Drupal/Component/Gettext/PoItem.php Formats a plural translation.
PoItem::formatSingular function core/lib/Drupal/Component/Gettext/PoItem.php Formats a singular translation.
PoItem::formatString function core/lib/Drupal/Component/Gettext/PoItem.php Formats a string for output on multiple lines.
RawStringFormatterTest class core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Tests the raw string formatter.
RawStringFormatterTest.php file core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$bundle property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$display property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$entityType property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php
RawStringFormatterTest::$modules property core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Modules to install.
RawStringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Renders fields of a given entity with a given display.
RawStringFormatterTest::setUp function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php

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