You are here

Views exposed form plugins in Views (for Drupal 7) 8.3

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

lib/Drupal/views/Plugin/views/exposed_form/ExposedFormPluginBase.php, line 13
Definition of Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase.

Classes

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