function CKEditor5PluginManager::getToolbarItems

Same name and namespace in other branches
  1. 10 core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getToolbarItems()
  2. 11.x core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getToolbarItems()

Overrides CKEditor5PluginManagerInterface::getToolbarItems

File

core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php, line 149

Class

CKEditor5PluginManager
Provides a CKEditor 5 plugin manager.

Namespace

Drupal\ckeditor5\Plugin

Code

public function getToolbarItems() : array {
    return $this->mergeDefinitionValues('getToolbarItems', $this->getDefinitions());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.