function EditorInterface::getEditor
Same name in other branches
- 9 core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getEditor()
- 8.9.x core/modules/editor/src/EditorInterface.php \Drupal\editor\EditorInterface::getEditor()
- 11.x 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 39
Class
- EditorInterface
- Provides an interface defining a text editor entity.
Namespace
Drupal\editorCode
public function getEditor();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.