You are here

protected property EditorSelector::$formatterManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 32
Contains \Drupal\quickedit\EditorSelector.

Class

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

Namespace

Drupal\quickedit

Code

protected $formatterManager;