You are here

protected property EditorSelector::$formatterManager in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/quickedit/src/EditorSelector.php \Drupal\quickedit\EditorSelector::formatterManager

The manager for formatter plugins.

Type: \Drupal\Core\Field\FormatterPluginManager

File

core/modules/quickedit/src/EditorSelector.php, line 27

Class

EditorSelector
Selects an in-place editor (an InPlaceEditor plugin) for a field.

Namespace

Drupal\quickedit

Code

protected $formatterManager;