Following on from #935388: Provide symmetrical pre_* and post_* hooks adding hook_views_post_execute().

This hook is called only when the query is run, and is called right before the results are cached. This means that any changes to $view->result are then cached and is not called again.

Comments

dawehner’s picture

Status: Needs review » Needs work

We should probably add a parameter whether it's output of results.

So needs work.

mustanggb’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)