function emfield_views_api in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 deprecated/emfield-deprecated.inc \emfield_views_api()
- 6.2 emfield.module \emfield_views_api()
Implementation of hook_views_api().
File
- ./
emfield.module, line 853 - Embedded Media Field is a CCK-based framework for 3rd party media files.
Code
function emfield_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'emfield') . '/includes/views',
);
}