function views_test_data_views_post_execute

Same name and namespace in other branches
  1. 9 core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc \views_test_data_views_post_execute()
  2. 8.9.x core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc \views_test_data_views_post_execute()
  3. 10 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 116

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.