public EditorSelectorInterface::getEditor($formatter_type, FieldItemListInterface $items)
Returns the in-place editor (an InPlaceEditor plugin) to use for a field.
Parameters
string $formatter_type: The field's formatter type name.
\Drupal\Core\Field\FieldItemListInterface $items: The field values to be in-place edited.
Return value
string|null The editor to use, or NULL to not enable in-place editing.
File
core/modules/quickedit/src/EditorSelectorInterface.php, line 23
Class
EditorSelect