public function BUEditorPluginInterface::validateEditorForm in BUEditor 8
Same name and namespace in other branches
- 8.2 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\bueditorCode
public function validateEditorForm(array &$form, FormStateInterface $form_state, BUEditorEditor $bueditor_editor);