You are here

public function TextCustom::submitOptionsForm in Views (for Drupal 7) 8.3

Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.

Overrides Text::submitOptionsForm

File

lib/Drupal/views/Plugin/views/area/TextCustom.php, line 39
Definition of Drupal\views\Plugin\views\area\TextCustom.

Class

TextCustom
Views area text handler.

Namespace

Drupal\views\Plugin\views\area

Code

public function submitOptionsForm(&$form, &$form_state) {
}