You are here

function filedepot_views_api in filedepot 7

Same name and namespace in other branches
  1. 6 filedepot.module \filedepot_views_api()

Implementation of hook_views_api().

File

./filedepot.module, line 102
filedepot.module Filedepot: File Management Module developed by Nextide www.nextide.ca Full featured document managment module with a desktop application feel. Integrated Organic Group, Role and User permissions to secure folders, automated…

Code

function filedepot_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'filedepot') . '/views',
  );
}