You are here

function photos_views_api in Album Photos 7.3

Implements hook_views_api().

File

./photos.module, line 2706
Implementation of photos.module.

Code

function photos_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'photos') . '/inc/views',
    'template path' => drupal_get_path('module', 'photos') . '/tpl',
  );
}