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
EntityReferenceLabelFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php Builds a renderable array for a field value.
EntityReferenceRdfaTest::testAllFormatters function core/modules/rdf/tests/src/Kernel/Field/EntityReferenceRdfaTest.php Tests all the entity reference formatters.
EntityResolverManager::setParametersFromEntityInformation function core/lib/Drupal/Core/Entity/EntityResolverManager.php Sets the upcasting information using the _entity_* route defaults.
EntityResolverTest::$format property core/modules/serialization/tests/src/Kernel/EntityResolverTest.php The format being tested.
EntityTestBundleHalJsonAnonTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonAnonTest.php The format to use in this test.
EntityTestBundleHalJsonBasicAuthTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonBasicAuthTest.php The format to use in this test.
EntityTestBundleHalJsonCookieTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestBundleHalJsonCookieTest.php The format to use in this test.
EntityTestHalJsonAnonTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestHalJsonAnonTest.php The format to use in this test.
EntityTestLabelHalJsonAnonTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php The format to use in this test.
EntityTestMapFieldHalJsonAnonTest::$format property core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php The format to use in this test.
EntityViewDisplayHalJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Hal/EntityViewDisplayHalJsonAnonTest.php The format to use in this test.
EntityViewModeHalJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonAnonTest.php The format to use in this test.
EntityViewModeHalJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonBasicAuthTest.php The format to use in this test.
EntityViewModeHalJsonCookieTest::$format property core/tests/Drupal/FunctionalTests/Hal/EntityViewModeHalJsonCookieTest.php The format to use in this test.
Error::formatBacktrace function core/lib/Drupal/Core/Utility/Error.php Formats a backtrace into a plain-text string.
ErrorTest::providerTestFormatBacktrace function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Data provider for testFormatBacktrace.
ErrorTest::testFormatBacktrace function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Tests the formatBacktrace() method.
example_module_missing_information.libraries.yml file core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml core/tests/Drupal/Tests/Core/Asset/library_test_files/example_module_missing_information.libraries.yml
ExceptionJsonSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/ExceptionJsonSubscriber.php Specifies the request formats this subscriber will respond to.
ExceptionTestSiteSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/ExceptionTestSiteSubscriber.php Specifies the request formats this subscriber will respond to.
Fast404ExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.
FeedHalJsonTestBase::$format property core/modules/aggregator/tests/src/Functional/Hal/FeedHalJsonTestBase.php The format to use in this test.
FeedJsonAnonTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonAnonTest.php The format to use in this test.
FeedJsonBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonBasicAuthTest.php The format to use in this test.
FeedJsonCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedJsonCookieTest.php The format to use in this test.
FeedXmlAnonTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlAnonTest.php The format to use in this test.
FeedXmlBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlBasicAuthTest.php The format to use in this test.
FeedXmlCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/FeedXmlCookieTest.php The format to use in this test.
FieldConfigHalJsonAnonTest::$format property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php The format to use in this test.
FieldConfigHalJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php The format to use in this test.
FieldConfigHalJsonCookieTest::$format property core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php The format to use in this test.
FieldFormatter class core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php Defines a FieldFormatter annotation object.
FieldFormatter.php file core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php
FieldFormatter::$class property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php The name of the field formatter class.
FieldFormatter::$description property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php A short description of the formatter type.
FieldFormatter::$field_types property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php An array of field types the formatter supports.
FieldFormatter::$id property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php The plugin ID.
FieldFormatter::$label property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php The human-readable name of the formatter type.
FieldFormatter::$weight property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php An integer to determine the weight of this formatter relative to other
formatter in the Field UI when selecting a formatter for a given field
instance.
FieldNormalizer::$format property core/modules/hal/src/Normalizer/FieldNormalizer.php List of formats which supports (de-)normalization.
FieldRdfaDatatypeCallbackTest::testDefaultFormatter function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaDatatypeCallbackTest.php Tests the default formatter.
FieldRdfaTestBase::assertFormatterRdfa function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Helper function to test the formatter's RDFa.
FieldStorageConfigHalJsonAnonTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php The format to use in this test.
FieldStorageConfigHalJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The format to use in this test.
FieldStorageConfigHalJsonCookieTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The format to use in this test.
FieldType::$default_formatter property core/lib/Drupal/Core/Field/Annotation/FieldType.php The plugin_id of the default formatter for this field type.
field_third_party_test_field_formatter_settings_summary_alter function core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module Implements hook_field_formatter_settings_summary_alter().
field_third_party_test_field_formatter_third_party_settings_form function core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module Implements hook_field_formatter_third_party_settings_form().
FileField::getFieldFormatterMap function core/modules/file/src/Plugin/migrate/cckfield/d6/FileField.php Get a map between D6 formatters and D8 formatters for this field type.
FileField::getFieldFormatterMap function core/modules/file/src/Plugin/migrate/cckfield/d7/FileField.php Get a map between D6 formatters and D8 formatters for this field type.

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