You are here

function imagepicker_views_api in Image Picker 7

Implements hook_views_api().

File

./imagepicker.module, line 81
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function imagepicker_views_api() {
  return array(
    'api' => 3,
    'path' => IMAGEPICKER_PATH . '/views',
  );
}