public function CKEditor5PluginManagerInterface::getToolbarItems in Drupal 10
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\PluginCode
public function getToolbarItems() : array;