You are here

function uikit_views_views_api in UIkit Components 7.2

Same name and namespace in other branches
  1. 7.3 uikit_views/uikit_views.module \uikit_views_views_api()

Implements hook_views_api().

File

uikit_views/uikit_views.module, line 103
UIkit Views.

Code

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