public function CKEditor5Plugin::get in Drupal 10
Gets the value of an annotation.
Overrides Plugin::get
File
- core/
modules/ ckeditor5/ src/ Annotation/ CKEditor5Plugin.php, line 84
Class
- CKEditor5Plugin
- Defines a CKEditor5Plugin annotation object.
Namespace
Drupal\ckeditor5\AnnotationCode
public function get() : CKEditor5PluginDefinition {
return new CKEditor5PluginDefinition($this->definition);
}