function views_test_data_field_views_data

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_field_views_data()
  2. 8.9.x core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc \views_test_data_field_views_data()
  3. 10 core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc \views_test_data_field_views_data()

Implements hook_field_views_data().

File

core/modules/views/tests/modules/views_test_data/views_test_data.views_execution.inc, line 34

Code

function views_test_data_field_views_data(FieldStorageConfigInterface $field_storage) {
    \Drupal::state()->set('views_hook_test_field_views_data', TRUE);
}

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