public function HandlerBase::postExecute

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

drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php, line 482
Definition of Drupal\views\Plugin\views\HandlerBase.

Class

HandlerBase

Namespace

Drupal\views\Plugin\views

Code

public function postExecute(&$values) {
}