You are here

public function PluginBase::submitOptionsForm in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::submitOptionsForm()

Handle any special handling on the validate form.

Overrides ViewsPluginInterface::submitOptionsForm

4 calls to PluginBase::submitOptionsForm()
Entity::submitOptionsForm in core/modules/views/src/Plugin/views/area/Entity.php
Handle any special handling on the validate form.
HandlerBase::submitTemporaryForm in core/modules/views/src/Plugin/views/HandlerBase.php
A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.
InputRequired::submitOptionsForm in core/modules/views/src/Plugin/views/exposed_form/InputRequired.php
Handle any special handling on the validate form.
Serializer::submitOptionsForm in core/modules/rest/src/Plugin/views/style/Serializer.php
Handle any special handling on the validate form.
16 methods override PluginBase::submitOptionsForm()
ArgumentDefaultPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/argument_default/ArgumentDefaultPluginBase.php
Provide the default form form for submitting options
ArgumentPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php
Handle any special handling on the validate form.
ArgumentValidatorPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php
Provides the default form for submitting options.
DisplayExtenderPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php
Handle any special handling on the validate form.
DisplayPluginBase::submitOptionsForm in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Handle any special handling on the validate form.

... See full list

File

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

Class

PluginBase
Base class for any views plugin types.

Namespace

Drupal\views\Plugin\views

Code

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