You are here

function workflow_extensions_views_api in Workflow Extensions 7

Same name and namespace in other branches
  1. 6 workflow_extensions.module \workflow_extensions_views_api()

Implements hook_views_api().

File

./workflow_extensions.module, line 637
UI-related improvements to the Workflow module and tokens for Rules.

Code

function workflow_extensions_views_api() {
  return array(
    'api' => views_api_version(),
    'path' => drupal_get_path('module', 'workflow_extensions') . '/views',
  );
}