function ViewsTestDataViewsExecutionHooks::fieldViewsData

Implements hook_field_views_data().

Attributes

#[Hook('field_views_data')]

File

core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php, line 42

Class

ViewsTestDataViewsExecutionHooks
Hook implementations for views_test_data.

Namespace

Drupal\views_test_data\Hook

Code

public function fieldViewsData(FieldStorageConfigInterface $field_storage) : array {
  \Drupal::state()->set('views_hook_test_field_views_data', TRUE);
  return [];
}

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