views-limit-grouping.tpl.php |
views-limit-grouping.tpl.php |
|
views-limit-grouping.tpl.php
Basically, just a copy of views-view-unformatted.tpl.php. |
views_limit_grouping.info |
views_limit_grouping.info |
|
name = Views Grouping Row Limit
description = "Limit the number of rows under each grouping field in a view"
; Core version (required)
core = 7.x
; Package name (see http://drupal.org/node/101009 for a list of names)
package =… |
views_limit_grouping.module |
views_limit_grouping.module |
|
Just declaring Views dependancy; nothing much to see here. |
views_limit_grouping.test |
tests/views_limit_grouping.test |
|
Contains test for views_limit_grouping module. |
views_limit_grouping.views.inc |
views_limit_grouping.views.inc |
|
views_limit_grouping.views.inc
Just describing our Views style plugin; nothing much to see here. |
views_limit_grouping_style_plugin.inc |
views_limit_grouping_style_plugin.inc |
|
views_grouping_limit_style_plugin.inc
Our handler. |
views_limit_grouping_test.info |
tests/views_limit_grouping_test.info |
|
name = Views Limit Grouping Test Module
description = Contains views for testing the Views Limit Grouping module.
core = 7.x
hidden = true
dependencies[] = views_limit_grouping |
views_limit_grouping_test.module |
tests/views_limit_grouping_test.module |
|
Test module for Views Limit Grouping. |
views_limit_grouping_test.views_default.inc |
tests/views_limit_grouping_test.views_default.inc |
|
|