You are here

function swftools_views_api in SWF Tools 6.3

Implementation of hook_views_api().

File

./swftools.module, line 2156
The primary component of SWF Tools that enables comprehensive media handling.

Code

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