Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit().
Overrides EditorPluginInterface::settingsFormSubmit
File
- drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php, line 63
- 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 settingsFormSubmit(array $form, array &$form_state) {
}