function jplayer_views_api in jPlayer 7.2
Same name and namespace in other branches
- 6 jplayer.module \jplayer_views_api()
Implements hook_views_api().
File
- ./
jplayer.module, line 67 - Provides an HTML5-compatible with Flash-fallback audio player.
Code
function jplayer_views_api() {
return array(
'path' => drupal_get_path('module', 'jplayer') . '/includes',
'api' => 3.0,
);
}