You are here

public function BUEditorPluginBase::validateEditorForm in BUEditor 8

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

Validates entity form of a BUEditor Editor.

Overrides BUEditorPluginInterface::validateEditorForm

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

File

src/BUEditorPluginBase.php, line 47

Class

BUEditorPluginBase
Defines a base BUEditor plugin implementation.

Namespace

Drupal\bueditor

Code

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