function CKEditor5PluginManagerInterface::getToolbarItems

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

Gets a list of all toolbar items.

Return value

string[] List of all toolbar items provided by plugins.

1 method overrides CKEditor5PluginManagerInterface::getToolbarItems()
CKEditor5PluginManager::getToolbarItems in core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
Gets a list of all toolbar items.

File

core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php, line 38

Class

CKEditor5PluginManagerInterface
Provides the interface for a plugin manager of CKEditor 5 plugins.

Namespace

Drupal\ckeditor5\Plugin

Code

public function getToolbarItems() : array;

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