protected property EditorSelector::$editorManager in Drupal 9
Same name and namespace in other branches
- 8 core/modules/quickedit/src/EditorSelector.php \Drupal\quickedit\EditorSelector::editorManager
The manager for editor plugins.
Type: \Drupal\Component\Plugin\PluginManagerInterface
File
- core/
modules/ quickedit/ src/ EditorSelector.php, line 20
Class
- EditorSelector
- Selects an in-place editor (an InPlaceEditor plugin) for a field.
Namespace
Drupal\quickeditCode
protected $editorManager;