function 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.