public EditorInterface::getEditor()
Returns the associated text editor plugin ID.
Return value
string The 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\editor
Code
public function getEditor();
Please login to continue.