function 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
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_formCode
public function postRender(&$output) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.