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
MonthDate::$format property core/modules/views/src/Plugin/views/argument/MonthDate.php The date format used in the title.
MysqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/MysqlDateSql.php Creates a native database date formatting.
MysqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Provider for date formatting test.
MysqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests date formatting replacement.
NegotiationMiddleware::$formats property core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Contains a hashmap of format as key and mimetype as value.
NegotiationMiddleware::registerFormat function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Registers a format for a given MIME type.
NegotiationMiddlewareTest::testFormatViaQueryParameter function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php Tests the specifying a format via query parameters gets used.
NegotiationMiddlewareTest::testSetFormat function core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php @covers ::registerFormat
Node::$filterDefaultFormat property core/modules/node/src/Plugin/migrate/source/d6/Node.php The default filter format.
NodeAccessTest::$moderationInformation property core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php The moderation information service.
NodeController::$dateFormatter property core/modules/node/src/Controller/NodeController.php The date formatter service.
NodeEditFormTest::testNodeMetaInformation function core/modules/node/tests/src/Functional/NodeEditFormTest.php Tests the node meta information.
NodeForm::$dateFormatter property core/modules/node/src/NodeForm.php The date formatter service.
NodeJsonAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeJsonAnonTest.php The format to use in this test.
NodeJsonBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php The format to use in this test.
NodeJsonCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeJsonCookieTest.php The format to use in this test.
NodeListBuilder::$dateFormatter property core/modules/node/src/NodeListBuilder.php The date formatter service.
NodeReference::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/migrate/field/d7/NodeReference.php Get a map between D6 formatters and D8 formatters for this field type.
NodeRevisionDeleteForm::$dateFormatter property core/modules/node/src/Form/NodeRevisionDeleteForm.php The date formatter service.
NodeRevisionRevertForm::$dateFormatter property core/modules/node/src/Form/NodeRevisionRevertForm.php The date formatter service.
NodeTypeJsonAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php The format to use in this test.
NodeTypeJsonBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php The format to use in this test.
NodeTypeJsonCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php The format to use in this test.
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

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