function views_test_data_views_pre_execute
Implements hook_views_pre_execute().
File
-
core/
modules/ views/ tests/ modules/ views_test_data/ views_test_data.views_execution.inc, line 109
Code
function views_test_data_views_pre_execute(ViewExecutable $view) {
\Drupal::state()->set('views_hook_test_views_pre_execute', TRUE);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.