Search for format
- Search 7.x for format
- Search 9.5.x for format
- Search 10.3.x for format
- Search 11.x for format
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldFormatter | class | core/ |
Defines a FieldFormatter annotation object. |
FieldFormatter.php | file | core/ |
|
FieldFormatter::$class | property | core/ |
The name of the field formatter class. |
FieldFormatter::$description | property | core/ |
A short description of the formatter type. |
FieldFormatter::$field_types | property | core/ |
An array of field types the formatter supports. |
FieldFormatter::$id | property | core/ |
The plugin ID. |
FieldFormatter::$label | property | core/ |
The human-readable name of the formatter type. |
FieldFormatter::$weight | property | core/ |
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. |
FieldFormatterSettingsDefaults | class | core/ |
Set the default field settings. |
FieldFormatterSettingsDefaults.php | file | core/ |
|
FieldFormatterSettingsDefaults::numberSettings | function | core/ |
|
FieldFormatterSettingsDefaults::transform | function | core/ |
Set field formatter settings when the map didn't map: for date formatters, the fallback format, for everything else, empty array. |
FieldFormatterTest | class | core/ |
Tests for field formatters. |
FieldFormatterTest.php | file | core/ |
|
FieldFormatterTest::$display | property | core/ |
The default display. |
FieldFormatterTest::$fieldName | property | core/ |
The field's name. |
FieldFormatterTest::$modules | property | core/ |
Modules to enable. |
FieldFormatterTest::setUp | function | core/ |
|
FieldFormatterTest::testThirdPartySettings | function | core/ |
Tests availability of third party settings in field render arrays. |
FieldLayoutTest::testChangingFormatterAndRegion | function | core/ |
Tests changing the formatter and region at the same time. |
FieldNormalizer::$format | property | core/ |
List of formats which supports (de-)normalization. |
FieldPluginBase::alterFieldFormatterMigration | function | core/ |
Apply any custom processing to the field formatter migration. |
FieldPluginBase::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
FieldPluginBase::getFieldFormatterType | function | core/ |
Get the field formatter type from the source. |
FieldPluginBase::processFieldFormatter | function | core/ |
Alter field formatter migration. |
FieldRdfaDatatypeCallbackTest::testDefaultFormatter | function | core/ |
Tests the default formatter. |
FieldRdfaTestBase::assertFormatterRdfa | function | core/ |
Helper function to test the formatter's RDFa. |
FieldStorageConfigHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigHalJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigHalJsonCookieTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigJsonAnonTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigJsonCookieTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigXmlAnonTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigXmlBasicAuthTest::$format | property | core/ |
The format to use in this test. |
FieldStorageConfigXmlCookieTest::$format | property | core/ |
The format to use in this test. |
FieldTest::$formatterPluginManager | property | core/ |
The mocked formatter plugin manager. |
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldDefinition | function | core/ |
@covers ::defineOptions |
FieldTest::testDefineOptionsWithDefaultFormatterOnFieldType | function | core/ |
@covers ::defineOptions |
FieldTest::testFormatterChanging | function | core/ |
|
FieldType::$default_formatter | property | core/ |
The plugin_id of the default formatter for this field type. |
field_third_party_test_field_formatter_settings_summary_alter | function | core/ |
Implements hook_field_formatter_settings_summary_alter(). |
field_third_party_test_field_formatter_third_party_settings_form | function | core/ |
Implements hook_field_formatter_third_party_settings_form(). |
FileAccessFormatterControlHandlerInterface | interface | core/ |
Defines an interface for file access handlers that need to run on file formatters. |
FileAccessFormatterControlHandlerInterface.php | file | core/ |
|
FileAudioFormatter | class | core/ |
Plugin implementation of the 'file_audio' formatter. |
FileAudioFormatter.php | file | core/ |
|
FileAudioFormatter::getMediaType | function | core/ |
Gets the applicable media type for a formatter. |
FileAudioFormatterTest | class | core/ |
@coversDefaultClass \Drupal\file\Plugin\Field\FieldFormatter\FileAudioFormatter @group file |
FileAudioFormatterTest.php | file | core/ |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.