hook_views_post_render(ViewExecutable $view, &$output, CachePluginBase $cache)
Post-process any rendered data.
This can be valuable to be able to cache a view and still have some level of dynamic output. In an ideal world, the actual output will include HTML comment-based tokens, and then the post process can replace those tokens. This hook can be used by themes.
Example usage. If it is known that the view is a node view and that the primary field will be a nid, you can do something like th