function emfield_views_api in Embedded Media Field 6.3
Same name and namespace in other branches
- 6 emfield.module \emfield_views_api()
- 6.2 emfield.module \emfield_views_api()
Implementation of hook_views_api().
File
- deprecated/
emfield-deprecated.inc, line 787 - Functionality to be deprecated from earlier versions of Embedded Media Field.
Code
function emfield_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'emfield') . '/includes/views',
);
}