You are here

function feedapi_views_api in FeedAPI 6

Implementation of hook_node_views().

File

./feedapi.module, line 250
Handle the submodules (for feed and item processing) Provide a basic management of feeds

Code

function feedapi_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'feedapi') . '/views',
  );
}