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 10.3.x for format
  5. Other projects
Title Object type File name Summary
NodeTypeXmlAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php The format to use in this test.
NodeTypeXmlBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php The format to use in this test.
NodeTypeXmlCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php The format to use in this test.
NodeXmlAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeXmlAnonTest.php The format to use in this test.
NodeXmlBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php The format to use in this test.
NodeXmlCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeXmlCookieTest.php The format to use in this test.
NormalizerBase::$format property core/modules/serialization/src/Normalizer/NormalizerBase.php List of formats which supports (de-)normalization.
NormalizerBase::$format property core/modules/jsonapi/src/Normalizer/NormalizerBase.php List of formats which supports (de-)normalization.
NormalizerBase::checkFormat function core/modules/jsonapi/src/Normalizer/NormalizerBase.php Checks if the provided format is supported by this normalizer.
NormalizerBase::checkFormat function core/modules/serialization/src/Normalizer/NormalizerBase.php Checks if the provided format is supported by this normalizer.
NumberFieldTest::testNumberFormatter function core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php Tests default formatter behavior.
NumericFormatPluralTest class core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Tests the creation of numeric fields.
NumericFormatPluralTest.php file core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php
NumericFormatPluralTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php The theme to install as the default for testing.
NumericFormatPluralTest::$modules property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Modules to install.
NumericFormatPluralTest::$testViews property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Views used by this test.
NumericFormatPluralTest::createFile function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Creates and saves a test file.
NumericFormatPluralTest::setUp function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Sets up the test.
NumericFormatPluralTest::testNumericFormatPlural function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Tests plural formatting setting on a numeric views handler.
NumericFormatterBase class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Parent plugin for decimal and integer formatters.
NumericFormatterBase.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
NumericFormatterBase::numberFormat function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Formats a number.
NumericFormatterBase::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a form to configure settings for the formatter.
NumericFormatterBase::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Returns a short summary for the current formatter settings.
NumericFormatterBase::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php Builds a renderable array for a field value.
NumericUnformattedFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php Plugin implementation of the 'number_unformatted' formatter.
NumericUnformattedFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php
NumericUnformattedFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericUnformattedFormatter.php Builds a renderable array for a field value.
oembed.formatter.css file core/themes/stable9/css/media/oembed.formatter.css .media-oembed-content {
max-width: 100%;
border: none;
background-color: transparent;
}
oembed.formatter.css file core/modules/media/css/oembed.formatter.css .media-oembed-content {
max-width: 100%;
border: none;
background-color: transparent;
}
OEmbedFormatter class core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php Plugin implementation of the 'oembed' formatter.
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
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().

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