Skip to content

Instantly share code, notes, and snippets.

@hudo2007
Created August 15, 2018 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hudo2007/05a4f4f563846ce1ee9dcf56264d5984 to your computer and use it in GitHub Desktop.
Save hudo2007/05a4f4f563846ce1ee9dcf56264d5984 to your computer and use it in GitHub Desktop.
/**
* Implements hook_views_pre_view().
*/
function cgap_search_views_pre_view(ViewExecutable $view, $display_id, array &$args) {
$view->element['#cache']['contexts'] = ['url.path', 'url.query_args'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment