You are here

function view_custom_table_views_api in Views Custom Table 7

Implements hook_views_api().

File

./view_custom_table.module, line 283
view_custom_table.module

Code

function view_custom_table_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'view_custom_table') . '/views',
  );
}