You are here

public function ExposedFormPluginBase::preExecute in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase::preExecute()
  2. 9 core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase::preExecute()

Runs before the view has been executed.

Implement if your exposed form needs to run code before query execution.

Overrides ExposedFormPluginInterface::preExecute

See also

\Drupal\views\Plugin\views\display\DisplayPluginBase::preExecute()

File

core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php, line 189

Class

ExposedFormPluginBase
Base class for Views exposed filter form plugins.

Namespace

Drupal\views\Plugin\views\exposed_form

Code

public function preExecute() {
}