You are here

public function CKEditor5Plugin::getClass in Drupal 10

Gets the class of the annotated class.

Return value

string

Overrides Plugin::getClass

File

core/modules/ckeditor5/src/Annotation/CKEditor5Plugin.php, line 70

Class

CKEditor5Plugin
Defines a CKEditor5Plugin annotation object.

Namespace

Drupal\ckeditor5\Annotation

Code

public function getClass() {
  return $this->definition['drupal']['class'];
}