CKEditorPlugin::$id

Same name in other branches
  1. 9 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;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.