You are here

service plugin.manager.field.formatter in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \plugin.manager.field.formatter

Class

Drupal\Core\Field\FormatterPluginManager
17 string references to plugin.manager.field.formatter
EditorSelectionTest::setUp in core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
Sets the default field storage backend for fields created during tests.
EditorSelectionTest::testTextWysiwyg in core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php
Tests a textual field, with text filtering, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text filtering, but with varying text format compatibility.
EntityDisplayFormBaseTest::testCopyFormValuesToEntity in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
@covers ::copyFormValuesToEntity
EntityField::create in core/modules/views/src/Plugin/views/field/EntityField.php
Creates an instance of the plugin.
EntityFormDisplayAccessControlHandlerTest::setUp in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php

... 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'