You are here

function views_test_data_views_api in Views (for Drupal 7) 8.3

Implements hook_views_api().

File

tests/views_test_data/views_test_data.module, line 25
Helper module for Views tests.

Code

function views_test_data_views_api() {
  return array(
    'api' => 3.0,
    'template path' => drupal_get_path('module', 'views_test_data') . '/templates',
  );
}