1 views_test.module views_test_views_api()

Implements hook_views_api().

File

core/modules/views/tests/views_test/views_test.module, line 22
Helper module for Views tests.

Code

function views_test_views_api() {
  return array(
    'api' => 3.0,
    'template path' => backdrop_get_path('module', 'views_test') . '/templates',
  );
}