You are here

public function BUEditorPluginInterface::alterEditorForm in BUEditor 8

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

Alters entity form of a BUEditor Editor.

1 method overrides BUEditorPluginInterface::alterEditorForm()
BUEditorPluginBase::alterEditorForm in src/BUEditorPluginBase.php
Alters entity form of a BUEditor Editor.

File

src/BUEditorPluginInterface.php, line 50

Class

BUEditorPluginInterface
Defines an interface for BUEditor plugins.

Namespace

Drupal\bueditor

Code

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