You are here

public function BUEditorPluginManager::alterEditorJS in BUEditor 8

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

Alters javascript data of a BUEditor Editor entity.

File

src/BUEditorPluginManager.php, line 154

Class

BUEditorPluginManager
Provides a plugin manager for BUEditor Plugins.

Namespace

Drupal\bueditor

Code

public function alterEditorJS(array &$js, BUEditorEditor $bueditor_editor, Editor $editor = NULL) {
  return $this
    ->invokeAll('alterEditorJS', $js, $bueditor_editor, $editor);
}