function views_limit_grouping_views_api in Views Grouping Row Limit 6
Same name and namespace in other branches
- 7 views_limit_grouping.module \views_limit_grouping_views_api()
Implementation of hook_views_api().
File
- ./
views_limit_grouping.module, line 11 - Just declaring Views dependancy; nothing much to see here.
Code
function views_limit_grouping_views_api() {
return array(
'api' => 2,
);
}