function CKEditor5PluginDefinition::getClass
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 297
Class
- CKEditor5PluginDefinition
- Provides an implementation of a CKEditor 5 plugin definition.
Namespace
Drupal\ckeditor5\PluginCode
public function getClass() {
return $this->drupal['class'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.