Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormValidate().
Overrides EditorPluginInterface::settingsFormValidate
File
- drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php, line 57
- Contains \Drupal\editor\Plugin\EditorBase.
Class
- EditorBase
- Defines a base class from which other modules providing editors may extend.
Namespace
Drupal\editor\Plugin
Code
public function settingsFormValidate(array $form, array &$form_state) {
}