You are here

public function BUEditorPluginManager::alterToolbarWidget in BUEditor 8

Same name and namespace in other branches
  1. 8.2 src/BUEditorPluginManager.php \Drupal\bueditor\BUEditorPluginManager::alterToolbarWidget()

Alters a toolbar widget

File

src/BUEditorPluginManager.php, line 161

Class

BUEditorPluginManager
Provides a plugin manager for BUEditor Plugins.

Namespace

Drupal\bueditor

Code

public function alterToolbarWidget(array &$widget) {
  return $this
    ->invokeAll('alterToolbarWidget', $widget);
}