You are here

function recipe_views_api in Recipe 6

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

Implementation of hook_views_api for Views integration.

File

./recipe.module, line 1746
recipe.module - share recipes

Code

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