Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \plugin.manager.field.formatter
  2. 9 core/core.services.yml \plugin.manager.field.formatter

Class

Drupal\Core\Field\FormatterPluginManager
21 string references to plugin.manager.field.formatter
datetime_range_entity_view_display_presave in core/modules/datetime_range/datetime_range.module
Implements hook_ENTITY_TYPE_presave() for entity_view_display entities.
datetime_range_post_update_from_to_configuration in core/modules/datetime_range/datetime_range.post_update.php
Adds 'from_to' in flagged entity view date range formatter.
DisplayApiTest::testFieldItemListView in core/modules/field/tests/src/Kernel/DisplayApiTest.php
Tests the FieldItemListInterface::view() method.
DisplayApiTest::testFieldItemView in core/modules/field/tests/src/Kernel/DisplayApiTest.php
Tests the FieldItemInterface::view() method.
EntityDisplayFormBaseTest::testCopyFormValuesToEntity in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
@covers ::copyFormValuesToEntity

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Field\FormatterPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@plugin.manager.field.field_type'