function EditorPluginInterface::settingsFormSubmit

Modifies any values in the form state to prepare them for saving.

Values in $form_state['values']['editor']['settings'] are saved by Editor module in editor_form_filter_admin_format_submit().

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: A reference to a keyed array containing the current state of the form.

1 method overrides EditorPluginInterface::settingsFormSubmit()
EditorBase::settingsFormSubmit in drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit().

File

drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php, line 76
Contains \Drupal\editor\Plugin\EditPluginInterface.

Class

EditorPluginInterface
Defines an interface for configurable text editors.

Namespace

Drupal\editor\Plugin

Code

function settingsFormSubmit(array $form, array &$form_state);