You are here

public function CKEditor5PluginDefinition::getClass in Drupal 10

Overrides PluginDefinition::getClass

See also

\Drupal\ckeditor5\Annotation\DrupalAspectsOfCKEditor5Plugin::$class

1 call to CKEditor5PluginDefinition::getClass()
CKEditor5PluginDefinition::isConfigurable in core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php
Whether this plugin is configurable by the user.

File

core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefinition.php, line 295

Class

CKEditor5PluginDefinition
Provides an implementation of a CKEditor 5 plugin definition.

Namespace

Drupal\ckeditor5\Plugin

Code

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