function ExposedFormPluginBase::postExecute

Runs after the view has been executed.

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

Overrides ExposedFormPluginInterface::postExecute

File

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

Class

ExposedFormPluginBase
Base class for Views exposed filter form plugins.

Namespace

Drupal\views\Plugin\views\exposed_form

Code

public function postExecute() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.