You are here

protected property Editor::$filterFormat in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\Editor::filterFormat
  2. 9 core/modules/editor/src/Entity/Editor.php \Drupal\editor\Entity\Editor::filterFormat

The filter format this text editor is associated with.

Type: \Drupal\filter\FilterFormatInterface

File

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

Class

Editor
Defines the configured text editor entity.

Namespace

Drupal\editor\Entity

Code

protected $filterFormat;