You are here

function views_test_data_views_post_execute in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc \views_test_data_views_post_execute()

Implements hook_views_post_execute().

File

core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc, line 119
Provides views data and hooks for views_test_data module.

Code

function views_test_data_views_post_execute(ViewExecutable $view) {
  \Drupal::state()
    ->set('views_hook_test_views_post_execute', TRUE);
}