You are here

function command_buttons_views_api in Command Buttons 7

Implements hook_views_api

File

./command_buttons.module, line 388

Code

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