plugin.manager.field.widget

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

Class

Drupal\Core\Field\WidgetPluginManager
3 string references to plugin.manager.field.widget
EntityFormDisplay::__construct in core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
Constructs an Entity object.
EntityFormDisplayAccessControlHandlerTest::setUp in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
FieldItemList::defaultValueWidget in core/lib/Drupal/Core/Field/FieldItemList.php
Returns the widget object used in default value form.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Field\WidgetPluginManager
  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.