public function EditorInterface::getEditor in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getEditor()
Returns the associated text editor plugin ID.
Return value
string The text editor plugin ID.
1 method overrides EditorInterface::getEditor()
- Editor::getEditor in core/
modules/ editor/ src/ Entity/ Editor.php - Returns the associated text editor plugin ID.
File
- core/
modules/ editor/ src/ EditorInterface.php, line 44 - Contains \Drupal\editor\EditorInterface.
Class
- EditorInterface
- Provides an interface defining a text editor entity.
Namespace
Drupal\editorCode
public function getEditor();