You are here

protected property Editor::$format in Drupal 10

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

The machine name of the text format with which this configured text editor is associated.

Type: string

See also

getFilterFormat()

File

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

Class

Editor
Defines the configured text editor entity.

Namespace

Drupal\editor\Entity

Code

protected $format;