function feedapi_node_views_api in FeedAPI 6
Implementation of hook_node_views().
File
- feedapi_node/
feedapi_node.module, line 120 - Handle how the feed items are represented as a content Handle the processing of the feed items
Code
function feedapi_node_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'feedapi_node') . '/views',
);
}