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
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.
FieldFormatter::__construct function core/lib/Drupal/Core/Field/Attribute/FieldFormatter.php Constructs a FieldFormatter attribute.
FieldFormatterSettingsDefaults class core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php Set the default field settings.
FieldFormatterSettingsDefaults.php file core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
FieldFormatterSettingsDefaults::numberSettings function core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
FieldFormatterSettingsDefaults::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php Set field formatter settings when the map didn't map: for date
formatters, the fallback format, for everything else, empty array.
FieldFormatterTest class core/modules/field/tests/src/Kernel/FieldFormatterTest.php Tests for field formatters.
FieldFormatterTest.php file core/modules/field/tests/src/Kernel/FieldFormatterTest.php
FieldFormatterTest::$display property core/modules/field/tests/src/Kernel/FieldFormatterTest.php The default display.
FieldFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/FieldFormatterTest.php The field's name.
FieldFormatterTest::$modules property core/modules/field/tests/src/Kernel/FieldFormatterTest.php Modules to install.
FieldFormatterTest::setUp function core/modules/field/tests/src/Kernel/FieldFormatterTest.php
FieldFormatterTest::testThirdPartySettings function core/modules/field/tests/src/Kernel/FieldFormatterTest.php Tests availability of third party settings in field render arrays.
FieldLayoutTest::testChangingFormatterAndRegion function core/modules/field_layout/tests/src/FunctionalJavascript/FieldLayoutTest.php Tests changing the formatter and region at the same time.
FieldPluginBase::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Apply any custom processing to the field formatter migration.
FieldPluginBase::getFieldFormatterMap function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Get a map between D6 formatters and D8 formatters for this field type.
FieldPluginBase::getFieldFormatterType function core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php Get the field formatter type from the source.
FieldStorageConfigJsonAnonTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonAnonTest.php The format to use in this test.
FieldStorageConfigJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonBasicAuthTest.php The format to use in this test.
FieldStorageConfigJsonCookieTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigJsonCookieTest.php The format to use in this test.
FieldStorageConfigXmlAnonTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php The format to use in this test.
FieldStorageConfigXmlBasicAuthTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php The format to use in this test.
FieldStorageConfigXmlCookieTest::$format property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlCookieTest.php The format to use in this test.
FieldTest::$formatterPluginManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked formatter plugin manager.
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldDefinition function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::defineOptions
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldType function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::defineOptions
FieldTest::testFormatterChanging function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/FieldTest.php
FieldType::$default_formatter property core/lib/Drupal/Core/Field/Annotation/FieldType.php
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().
FileAccessFormatterControlHandlerInterface interface core/modules/file/src/FileAccessFormatterControlHandlerInterface.php Defines an interface for file access handlers that need to run on file formatters.
FileAccessFormatterControlHandlerInterface.php file core/modules/file/src/FileAccessFormatterControlHandlerInterface.php
FileAudioFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php Plugin implementation of the 'file_audio' formatter.
FileAudioFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php
FileAudioFormatter::getMediaType function core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php Gets the applicable media type for a formatter.
FileAudioFormatterTest class core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php @coversDefaultClass \Drupal\file\Plugin\Field\FieldFormatter\FileAudioFormatter
@group file
@group #slow
FileAudioFormatterTest.php file core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php
FileAudioFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php The theme to install as the default for testing.
FileAudioFormatterTest::testRender function core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php @covers ::viewElements
FileEntityFormatterTest class core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the default file formatter.
FileEntityFormatterTest.php file core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
FileEntityFormatterTest::$files property core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php The files.
FileEntityFormatterTest::$fileUrlGenerator property core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php The file URL generator.
FileEntityFormatterTest::$modules property core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Modules to install.
FileEntityFormatterTest::setUp function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
FileEntityFormatterTest::testFormatterFileExtension function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_extension field formatter.
FileEntityFormatterTest::testFormatterFileLink function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter.
FileEntityFormatterTest::testFormatterFileLinkWithQueryString function core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php Tests the file_link field formatter using a query string.

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