function nd_views_api in Node displays 6
Implementation of hook_views_api().
File
- ./
nd.module, line 565 - Main node displays file.
Code
function nd_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'nd') . '/views',
);
}