You are here

public function PluginBase::submitOptionsForm in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::submitOptionsForm()
  2. 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::submitOptionsForm()
1 call to PluginBase::submitOptionsForm()
InputRequired::submitOptionsForm in core/modules/views/src/Plugin/views/exposed_form/InputRequired.php
Handle any special handling on the validate form.
4 methods override PluginBase::submitOptionsForm()
DisplayExtenderPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php
Handle any special handling on the validate form.
InputRequired::submitOptionsForm in core/modules/views/src/Plugin/views/exposed_form/InputRequired.php
Handle any special handling on the validate form.
PagerPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
Provide the default form for submitting options.
Serializer::submitOptionsForm in core/modules/rest/src/Plugin/views/style/Serializer.php
Handle any special handling on the validate form.

File

core/modules/views/src/Plugin/views/PluginBase.php, line 288

Class

PluginBase

Namespace

Drupal\views\Plugin\views

Code

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