public function TextCustom::submitOptionsForm

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

Overrides HandlerBase::submitOptionsForm

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/TextCustom.php, line 44
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) {
}