plugin.manager.field.formatter

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

Class

Drupal\Core\Field\FormatterPluginManager
10 string references to plugin.manager.field.formatter
EntityDisplayFormBaseTest::testCopyFormValuesToEntity in core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
Tests copy form values to entity.
EntityFormDisplayAccessControlHandlerTest::setUp in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
EntityReferenceFormatterTest::testAccess in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php
Assert inaccessible items don't change the data of the fields.
EntityViewDisplay::__construct in core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
EntityViewDisplayEditForm::create in core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php
Instantiates a new instance of this class.

... See full list

File

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'

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