public function BUEditorPluginManager::alterEditorForm in BUEditor 8
Same name and namespace in other branches
- 8.2 src/BUEditorPluginManager.php \Drupal\bueditor\BUEditorPluginManager::alterEditorForm()
Alters a BUEditor Editor form.
File
- src/
BUEditorPluginManager.php, line 168
Class
- BUEditorPluginManager
- Provides a plugin manager for BUEditor Plugins.
Namespace
Drupal\bueditorCode
public function alterEditorForm(array &$form, FormStateInterface $form_state, BUEditorEditor $bueditor_editor) {
return $this
->invokeAll('alterEditorForm', $form, $form_state, $bueditor_editor);
}