function nopremium_views_api in Node Option Premium 7
Same name and namespace in other branches
- 6 nopremium.module \nopremium_views_api()
Implementation of hook_views_api().
File
- ./
nopremium.module, line 185 - Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr
Code
function nopremium_views_api() {
return array(
'api' => 2,
);
}