Search for format

  1. Search 7.x for format
  2. Search 9.5.x for format
  3. Search 10.3.x for format
  4. Search 11.x for format
  5. Other projects
Title Object type File name Summary
NodeTypeJsonAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php
NodeTypeJsonBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php
NodeTypeJsonCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php
NodeTypeXmlAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php
NodeTypeXmlBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php
NodeTypeXmlCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php
NodeXmlAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeXmlAnonTest.php
NodeXmlBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeXmlBasicAuthTest.php
NodeXmlCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeXmlCookieTest.php
NormalizerBase::$format property core/modules/serialization/src/Normalizer/NormalizerBase.php List of formats which supports (de-)normalization.
NormalizerBase::$format property core/modules/hal/src/Normalizer/NormalizerBase.php
NormalizerBase::$format property core/modules/jsonapi/src/Normalizer/NormalizerBase.php
NormalizerBase::checkFormat function core/modules/jsonapi/src/Normalizer/NormalizerBase.php
NormalizerBase::checkFormat function core/modules/hal/src/Normalizer/NormalizerBase.php
NormalizerBase::checkFormat function core/modules/serialization/src/Normalizer/NormalizerBase.php Checks if the provided format is supported by this normalizer.
NormalizerTestBase::$format property core/modules/hal/tests/src/Kernel/NormalizerTestBase.php The format being tested.
NumberFieldRdfaTest::testDecimalFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter.
NumberFieldRdfaTest::testDecimalFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the decimal formatter with settings.
NumberFieldRdfaTest::testFloatFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter.
NumberFieldRdfaTest::testFloatFormatterWithScale function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with a scale. Scale is not exercised.
NumberFieldRdfaTest::testFloatFormatterWithScaleExercised function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with a scale. Scale is exercised.
NumberFieldRdfaTest::testFloatFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the float formatter with settings.
NumberFieldRdfaTest::testIntegerFormatter function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the integer formatter.
NumberFieldRdfaTest::testIntegerFormatterWithSettings function core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php Tests the integer formatter with settings.
NumberFieldTest::testNumberFormatter function core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php Test 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
NumericFormatPluralTest::$modules property core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Modules to enable.
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
NumericFormatPluralTest::testNumericFormatPlural function core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php Test 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
NumericFormatterBase::settingsSummary function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
NumericFormatterBase::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/NumericFormatterBase.php
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
oembed.formatter.css file core/themes/stable/css/media/oembed.formatter.css .media-oembed-content {
max-width: 100%;
}
oembed.formatter.css file core/modules/media/css/oembed.formatter.css .media-oembed-content {
max-width: 100%;
}
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.

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