You are here

public property Editor::$supports_inline_editing in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/editor/src/Annotation/Editor.php \Drupal\editor\Annotation\Editor::supports_inline_editing

Whether the editor supports the inline editing provided by the Edit module.

Type: bool

File

core/modules/editor/src/Annotation/Editor.php, line 83

Class

Editor
Defines an Editor annotation object.

Namespace

Drupal\editor\Annotation

Code

public $supports_inline_editing;