You are here

service plugin.manager.typed_data_form_widget in Typed Data API enhancements 8

Class

Drupal\typed_data\Widget\FormWidgetManager
2 string references to plugin.manager.typed_data_form_widget
FormWidgetManagerTrait::getFormWidgetManager in src/Widget/FormWidgetManagerTrait.php
Gets the widget manager.
TypedDataCommands::listFormWidgets in src/Commands/TypedDataCommands.php
Show a list of available TypedDataFormWidget plugins.

File

./typed_data.services.yml
typed_data.services.yml

View source
  1. class: Drupal\typed_data\Widget\FormWidgetManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@module_handler'