You are here

protected property CKEditor::$state in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/ckeditor/src/Plugin/Editor/CKEditor.php \Drupal\ckeditor\Plugin\Editor\CKEditor::state

The state key/value store.

Type: \Drupal\Core\State\StateInterface

File

core/modules/ckeditor/src/Plugin/Editor/CKEditor.php, line 66

Class

CKEditor
Defines a CKEditor-based text editor for Drupal.

Namespace

Drupal\ckeditor\Plugin\Editor

Code

protected $state;