Skip to main content
Silkscreen CMS API
  • Login
  • Home

Search for groupBy

You are here

  1. Home »
  2. API reference »
  3. 1.20.x
Name Type Location Description
views_groupby.test file modules/views/tests/views_groupby.test Tests aggregate functionality of Views.
SelectQuery::groupBy function includes/database/select.inc Implements SelectQueryInterface::groupBy().
ViewsQueryGroupByTest class modules/views/tests/views_groupby.test Tests aggregate functionality of views, for example count.
viewsUiGroupbyTestCase class modules/views/tests/views_groupby.test Tests UI of aggregate functionality..
SelectQuery::getGroupBy function includes/database/select.inc Implements SelectQueryInterface::getGroupBy().
views_handler::groupby_form function modules/views/includes/handlers.inc Provide a form for aggregation settings.
SelectQueryExtender::groupBy function includes/database/select.inc Groups the result set by the specified field.
viewsUiGroupbyTestCase::setUp function modules/views/tests/views_groupby.test Sets up a Backdrop site for running functional and integration tests.
SelectQueryInterface::groupBy function includes/database/select.inc Groups the result set by the specified field.
SelectQueryExtender::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
ViewsQueryGroupByTest::$profile property modules/views/tests/views_groupby.test The profile to install as a basis for testing.
SelectQueryInterface::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.
views_handler::groupby_form_submit function modules/views/includes/handlers.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
ViewsQueryGroupByTest::testGroupBySum function modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testGroupByMax function modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testGroupByMin function modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testGroupByNone function modules/views/tests/views_groupby.test
viewsUiGroupbyTestCase::testGroupBySave function modules/views/tests/views_groupby.test Tests whether basic saving works.
ViewsQueryGroupByTest::testGroupByCount function modules/views/tests/views_groupby.test
views_plugin_query_default::add_groupby function modules/views/plugins/views_plugin_query_default.inc Add a simple GROUP BY clause to the query. The caller is responsible for ensuring that the fields are fully qualified and the table is properly added.
views_handler_field_field::groupby_form function modules/field/views/views_handler_field_field.inc Extend the groupby form with group columns.
ViewsQueryGroupByTest::GroupByTestHelper function modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testGroupByAverage function modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testAggregateCount function modules/views/tests/views_groupby.test Tests aggregate count feature.
DatabaseSelectComplexTestCase::testGroupBy function modules/simpletest/tests/database_test.test Test GROUP BY clauses.
ViewsQueryGroupByTest::viewsGroupByViewHelper function modules/views/tests/views_groupby.test
views_handler_field_field::groupby_form_submit function modules/field/views/views_handler_field_field.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
ViewsQueryGroupByTest::viewsAggregateCountView function modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testGroupByCountOnlyFilters function modules/views/tests/views_groupby.test
DatabaseSelectComplexTestCase::testGroupByAndHaving function modules/simpletest/tests/database_test.test Test GROUP BY and HAVING clauses together.
DatabaseSelectComplexTestCase::testCountQueryGroupBy function modules/simpletest/tests/database_test.test Test that we can generate a count query from a query with GROUP BY.
ViewsQueryGroupByTest::viewsGroupByCountViewOnlyFilters function modules/views/tests/views_groupby.test

Search 1.20.x

Partial match search is supported

API Navigation

  • 1.20.x
  • Topics
  • Classes
  • Functions
  • Files
  • Constants
  • Globals
  • Deprecated
Powered by Silkscreen CMS