You are here

public function BUEditorPluginBase::alterEditorForm in BUEditor 8

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

Alters entity form of a BUEditor Editor.

Overrides BUEditorPluginInterface::alterEditorForm

File

src/BUEditorPluginBase.php, line 41

Class

BUEditorPluginBase
Defines a base BUEditor plugin implementation.

Namespace

Drupal\bueditor

Code

public function alterEditorForm(array &$form, FormStateInterface $form_state, BUEditorEditor $bueditor_editor) {
}