You are here

function recipe_views_api in Recipe 7

Same name and namespace in other branches
  1. 6 recipe.module \recipe_views_api()
  2. 7.2 recipe.module \recipe_views_api()

Implements hook_views_api().

File

./recipe.module, line 1818
Contains functions for Recipe node CRUD and display.

Code

function recipe_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'recipe') . '/includes',
  );
}