You are here

public function ExposedFormPluginBase::postRender 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::postRender()
  2. 9 core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase::postRender()

Runs after the view has been rendered.

Implement if your exposed form needs to run code after the view is rendered.

Parameters

string $output: The rendered output of the view display.

Overrides ExposedFormPluginInterface::postRender

See also

\Drupal\views\ViewExecutable::render()

File

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

Class

ExposedFormPluginBase
Base class for Views exposed filter form plugins.

Namespace

Drupal\views\Plugin\views\exposed_form

Code

public function postRender(&$output) {
}