You are here

public function HandlerBase::postExecute in Views (for Drupal 7) 8.3

Run after the view is executed, before the result is cached.

This gives all the handlers some time to modify values. This is primarily used so that handlers that pull up secondary data can put it in the $values so that the raw data can be utilized externally.

File

lib/Drupal/views/Plugin/views/HandlerBase.php, line 493
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function postExecute(&$values) {
}