function CKEditor5AspectsOfCKEditor5Plugin::get
Same name in other branches
- 11.x core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php \Drupal\ckeditor5\Attribute\CKEditor5AspectsOfCKEditor5Plugin::get()
Overrides AttributeBase::get
File
-
core/
modules/ ckeditor5/ src/ Attribute/ CKEditor5AspectsOfCKEditor5Plugin.php, line 30
Class
Namespace
Drupal\ckeditor5\AttributeCode
public function get() : array|object {
return [
'plugins' => $this->plugins,
'config' => $this->config,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.