function flashnode_views_api in Flash Node 6.3
Register flash node with Views
File
- ./
flashnode.module, line 1239
Code
function flashnode_views_api() {
return array(
'api' => 2.0,
'path' => drupal_get_path('module', 'flashnode') . '/views',
);
}