views_limit_grouping.module in Views Grouping Row Limit 7
Same filename and directory in other branches
Just declaring Views dependancy; nothing much to see here.
File
views_limit_grouping.moduleView source
<?php
/**
* @file
* Just declaring Views dependancy; nothing much to see here.
*/
/**
* Implementation of hook_views_api().
*/
function views_limit_grouping_views_api() {
return array(
'api' => 3,
);
}
Functions
Name | Description |
---|---|
views_limit_grouping_views_api | Implementation of hook_views_api(). |