function CKEditor5AspectsOfCKEditor5Plugin::get

Overrides AttributeBase::get

File

core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php, line 30

Class

CKEditor5AspectsOfCKEditor5Plugin

Namespace

Drupal\ckeditor5\Attribute

Code

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.