You are here

public function BUEditorPluginInterface::alterToolbarWidget in BUEditor 8.2

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

Alters the toolbar widget used in BUEditor Editor form.

Parameters

array $widget: An associative array that holds 'libraries' and 'items' in it.

1 method overrides BUEditorPluginInterface::alterToolbarWidget()
BUEditorPluginBase::alterToolbarWidget in src/BUEditorPluginBase.php
Alters the toolbar widget used in BUEditor Editor form.

File

src/BUEditorPluginInterface.php, line 45

Class

BUEditorPluginInterface
Defines an interface for BUEditor plugins.

Namespace

Drupal\bueditor

Code

public function alterToolbarWidget(array &$widget);