Editor::getEditor

public Editor::getEditor()

Returns the associated text editor plugin ID.

Return value

string The text editor plugin ID.

Overrides EditorInterface::getEditor

File

core/modules/editor/src/Entity/Editor.php, line 144

Class

Editor
Defines the configured text editor entity.

Namespace

Drupal\editor\Entity

Code

1
2
3
public function getEditor() {
  return $this->editor;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.