You are here

protected property MetadataGenerator::$editorManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/quickedit/src/MetadataGenerator.php \Drupal\quickedit\MetadataGenerator::editorManager

The manager for editor plugins.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

core/modules/quickedit/src/MetadataGenerator.php, line 35

Class

MetadataGenerator
Generates in-place editing metadata for an entity field.

Namespace

Drupal\quickedit

Code

protected $editorManager;