You are here

function nopremium_views_api in Node Option Premium 6

Same name and namespace in other branches
  1. 7 nopremium.module \nopremium_views_api()

Implementation of hook_views_api().

File

./nopremium.module, line 168
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

function nopremium_views_api() {
  return array(
    'api' => 2,
  );
}