Interface for selecting an in-place editor (an Editor plugin) for a field.
Hierarchy
- interface \Drupal\quickedit\EditorSelectorInterface
File
- core/modules/quickedit/src/EditorSelectorInterface.php, line 10
Namespace
Drupal\quickedit
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EditorSelectorInterface::getEditor | public | function | Returns the in-place editor (an InPlaceEditor plugin) to use for a field. |
EditorSelectorInterface::getEditorAttachments | public | function | Returns the attachments for all editors. |
Please login to continue.