You are here

protected property MetadataGenerator::$editorSelector in Drupal 8

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

An object that determines which editor to attach to a given field.

Type: \Drupal\quickedit\EditorSelectorInterface

File

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

Class

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

Namespace

Drupal\quickedit

Code

protected $editorSelector;