You are here

public property CKEditorPlugin::$id in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/ckeditor/src/Annotation/CKEditorPlugin.php \Drupal\ckeditor\Annotation\CKEditorPlugin::id

The plugin ID.

This MUST match the name of the CKEditor plugin itself (written in JavaScript). Otherwise CKEditor will throw JavaScript errors when it runs, because it fails to load this CKEditor plugin.

Type: string

File

core/modules/ckeditor/src/Annotation/CKEditorPlugin.php, line 33

Class

CKEditorPlugin
Defines a CKEditorPlugin annotation object.

Namespace

Drupal\ckeditor\Annotation

Code

public $id;