service plugin.manager.field.formatter in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \plugin.manager.field.formatter
- 9 core/core.services.yml \plugin.manager.field.formatter
Class
Drupal\Core\Field\FormatterPluginManager21 string references to plugin.manager.field.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.
- EditorSelectionTest::setUp in core/
modules/ quickedit/ tests/ src/ Kernel/ EditorSelectionTest.php - 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
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Field\FormatterPluginManager
- arguments:
- - '@container.namespaces'
- - '@cache.discovery'
- - '@module_handler'
- - '@plugin.manager.field.field_type'