function ExposedFormPluginInterface::postRender

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface::postRender()
  2. 8.9.x core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface::postRender()
  3. 10 core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface::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.

See also

\Drupal\views\ViewExecutable::render()

1 method overrides ExposedFormPluginInterface::postRender()
ExposedFormPluginBase::postRender in core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php
Runs after the view has been rendered.

File

core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginInterface.php, line 86

Class

ExposedFormPluginInterface
Interface for exposed filter form plugins.

Namespace

Drupal\views\Plugin\views\exposed_form

Code

public function postRender(&$output);

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