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.
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-Implement-hook_views_pre_cache-hook.patch | 1.54 KB | gordon |
Comments
Comment #1
dawehnerWe should probably add a parameter whether it's output of results.
So needs work.
Comment #2
mustanggb commented