You are here

public function BUEditorPluginInterface::validateEditorForm in BUEditor 8.2

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

Validates entity form of a BUEditor Editor.

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

File

src/BUEditorPluginInterface.php, line 55

Class

BUEditorPluginInterface
Defines an interface for BUEditor plugins.

Namespace

Drupal\bueditor

Code

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