public function PagerPluginBase::submitOptionsForm

Provide the default form form for submitting options

Overrides PluginBase::submitOptionsForm

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php, line 148
Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

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