You are here

views_limit_grouping_test.module in Views Grouping Row Limit 7

Test module for Views Limit Grouping.

File

tests/views_limit_grouping_test.module
View source
<?php

/**
 * @file
 * Test module for Views Limit Grouping.
 */

/**
 * Implementation of hook_views_api().
 */
function views_limit_grouping_test_views_api() {
  return array(
    'api' => 3.0,
  );
}

Functions

Namesort descending Description
views_limit_grouping_test_views_api Implementation of hook_views_api().