You are here

public property DrupalAspectsOfCKEditor5Plugin::$class in Drupal 10

The CKEditor 5 plugin class.

If not specified, the CKEditor5PluginDefault class is used.

This property is optional and it does not need to be declared.

Type: string

File

core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php, line 43

Class

DrupalAspectsOfCKEditor5Plugin
Defines the "Drupal aspects of a CKEditor5Plugin" annotation object.

Namespace

Drupal\ckeditor5\Annotation

Code

public $class = CKEditor5PluginDefault::class;