Views exposed form plugins

Plugins that handle the validation/submission and rendering of exposed forms.

If needed, it is possible to use them to add additional form elements.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php, line 14
Definition of Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase.

Classes

Namesort descending Location Description
Basic drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/Basic.php Exposed form plugin that provides a basic exposed form.
ExposedFormPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php The base plugin to handle exposed filter forms.
InputRequired drupal/core/modules/views/lib/Drupal/views/Plugin/views/exposed_form/InputRequired.php Exposed form plugin that provides an exposed form with required input.