public function EditorBase::settingsFormSubmit

Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit().

Overrides EditorPluginInterface::settingsFormSubmit

1 method overrides EditorBase::settingsFormSubmit()
CKEditor::settingsFormSubmit in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php
Implements \Drupal\editor\Plugin\EditPluginInterface::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) {
}