Same name and namespace in other branches
  1. 7.x-1.x colorbox.module \colorbox_views_api() 1 comment

Implements hook_views_api().

File

./colorbox.module, line 72

Code

function colorbox_views_api() {
    return array(
        'api' => 2,
        'path' => drupal_get_path('module', 'colorbox') . '/views',
    );
}