You are here

public function HandlerBase::submitExtraOptionsForm 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.

File

lib/Drupal/views/Plugin/views/HandlerBase.php, line 385
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

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