public Editor::setEditor($editor)
Set the text editor plugin ID.
Parameters
string $editor: The text editor plugin ID to set.
Overrides EditorInterface::setEditor
File
- core/modules/editor/src/Entity/Editor.php, line 151
Class
- Editor
- Defines the configured text editor entity.
Namespace
Drupal\editor\Entity
Code
public function setEditor($editor) { $this->editor = $editor; return $this; }
Please login to continue.