function CKEditor5AspectsOfCKEditor5Plugin::get

Same name and namespace in other branches
  1. 10 core/modules/ckeditor5/src/Attribute/CKEditor5AspectsOfCKEditor5Plugin.php \Drupal\ckeditor5\Attribute\CKEditor5AspectsOfCKEditor5Plugin::get()

File

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

Class

CKEditor5AspectsOfCKEditor5Plugin
Defines the CKEditor5 aspect of CKEditor5 plugin.

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.