You are here

function views_limit_grouping_views_api in Views Grouping Row Limit 7

Same name and namespace in other branches
  1. 6 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' => 3,
  );
}