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