You are here

function shurly_views_api in ShURLy 7

Same name and namespace in other branches
  1. 6 shurly.module \shurly_views_api()

Implements hook_views_api().

File

./shurly.module, line 224
description http://www.youtube.com/watch?v=Qo7qoonzTCE

Code

function shurly_views_api() {

  // Notifies the Views module that we're compatible with a particular API revision.
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'shurly') . '/views',
  );
}