You are here

protected property CKEditor::$renderer in Drupal 9

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

The renderer.

Type: \Drupal\Core\Render\RendererInterface

File

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

Class

CKEditor
Defines a CKEditor-based text editor for Drupal.

Namespace

Drupal\ckeditor\Plugin\Editor

Code

protected $renderer;