public EditorInterface::setEditor($editor)
Set the text editor plugin ID.
Parameters
string $editor: The text editor plugin ID to set.
File
- core/modules/editor/src/EditorInterface.php, line 47
Class
- EditorInterface
- Provides an interface defining a text editor entity.
Namespace
Drupal\editor
Code
public function setEditor($editor);
Please login to continue.