You are here

views_limit_grouping.module in Views Grouping Row Limit 7

Same filename and directory in other branches
  1. 6 views_limit_grouping.module

Just declaring Views dependancy; nothing much to see here.

File

views_limit_grouping.module
View 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

Namesort descending Description
views_limit_grouping_views_api Implementation of hook_views_api().