function views_test_data_views_post_execute
Same name in other branches
- 9 core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc \views_test_data_views_post_execute()
- 8.9.x core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc \views_test_data_views_post_execute()
- 11.x 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.