Search for groupBy

  1. Search 7.x for groupBy
  2. Search 9.5.x for groupBy
  3. Search 8.9.x for groupBy
  4. Search 10.3.x for groupBy
  5. Other projects
Title Object type File name Summary
AreaPluginBase::usesGroupBy function core/modules/views/src/Plugin/views/area/AreaPluginBase.php Provides the handler some groupby.
ContextualLinks::usesGroupBy function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Provides the handler some groupby.
Counter::usesGroupBy function core/modules/views/src/Plugin/views/field/Counter.php Provides the handler some groupby.
Custom::usesGroupBy function core/modules/views/src/Plugin/views/field/Custom.php Provides the handler some groupby.
DisplayPluginBase::useGroupBy function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Does the display have groupby enabled?
DisplayPluginInterface::useGroupBy function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Does the display have groupby enabled?
EntityField::buildGroupByForm function core/modules/views/src/Plugin/views/field/EntityField.php Extend the groupby form with group columns.
EntityField::createEntityForGroupBy function core/modules/views/src/Plugin/views/field/EntityField.php Creates a fake entity with grouped field values.
EntityField::submitGroupByForm function core/modules/views/src/Plugin/views/field/EntityField.php Perform any necessary changes to the form values prior to storage.
EntityOperations::usesGroupBy function core/modules/views/src/Plugin/views/field/EntityOperations.php Provides the handler some groupby.
EntityOperationsUnitTest::testUsesGroupBy function core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php @covers ::usesGroupBy
EntityReferenceRelationshipTest::testGroupByWithEmptyRelationships function core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php Tests group by with optional and empty relationship.
FieldHandlerInterface::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Determines if this field can be grouped in the results.
FieldPluginBase::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determines if this field can be grouped in the results.
FieldTest::testQueryWithGroupByForBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::query
FieldTest::testQueryWithGroupByForConfigField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::query
GroupByNumeric class core/modules/views/src/Plugin/views/argument/GroupByNumeric.php Simple handler for arguments using group by.
GroupByNumeric class core/modules/views/src/Plugin/views/filter/GroupByNumeric.php Simple filter to handle greater than/less than filters.
GroupByNumeric class core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Handler for GROUP BY on simple numeric fields.
GroupByNumeric.php file core/modules/views/src/Plugin/views/argument/GroupByNumeric.php
GroupByNumeric.php file core/modules/views/src/Plugin/views/sort/GroupByNumeric.php
GroupByNumeric.php file core/modules/views/src/Plugin/views/filter/GroupByNumeric.php
GroupByNumeric::$handler property core/modules/views/src/Plugin/views/sort/GroupByNumeric.php The original handler.
GroupByNumeric::adminLabel function core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Return a string representing this handler's name in the UI.
GroupByNumeric::adminLabel function core/modules/views/src/Plugin/views/filter/GroupByNumeric.php Return a string representing this handler's name in the UI.
GroupByNumeric::adminLabel function core/modules/views/src/Plugin/views/argument/GroupByNumeric.php Return a string representing this handler's name in the UI.
GroupByNumeric::canGroup function core/modules/views/src/Plugin/views/filter/GroupByNumeric.php Can this filter be used in OR groups?
GroupByNumeric::getSortName function core/modules/views/src/Plugin/views/argument/GroupByNumeric.php Return a description of how the argument would normally be sorted.
GroupByNumeric::init function core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Initialize the plugin.
GroupByNumeric::opBetween function core/modules/views/src/Plugin/views/filter/GroupByNumeric.php Filters by operator between.
GroupByNumeric::opEmpty function core/modules/views/src/Plugin/views/filter/GroupByNumeric.php
GroupByNumeric::opSimple function core/modules/views/src/Plugin/views/filter/GroupByNumeric.php
GroupByNumeric::query function core/modules/views/src/Plugin/views/filter/GroupByNumeric.php Add this filter to the query.
GroupByNumeric::query function core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Called to add the field to a query.
GroupByNumeric::query function core/modules/views/src/Plugin/views/argument/GroupByNumeric.php Set up the query for this argument.
GroupByTest class core/modules/views_ui/tests/src/Functional/GroupByTest.php Tests UI of aggregate functionality..
GroupByTest.php file core/modules/views_ui/tests/src/Functional/GroupByTest.php
GroupByTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/GroupByTest.php The theme to install as the default for testing.
GroupByTest::$testViews property core/modules/views_ui/tests/src/Functional/GroupByTest.php Views used by this test.
GroupByTest::testGroupBySave function core/modules/views_ui/tests/src/Functional/GroupByTest.php Tests whether basic saving works.
HandlerBase::buildGroupByForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form for aggregation settings.
HandlerBase::submitGroupByForm function core/modules/views/src/Plugin/views/HandlerBase.php Perform any necessary changes to the form values prior to storage.
HandlerBase::usesGroupBy function core/modules/views/src/Plugin/views/HandlerBase.php Provides the handler some groupby.
HistoryUserTimestamp::usesGroupBy function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Provides the handler some groupby.
HistoryUserTimestamp::usesGroupBy function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Provides the handler some groupby.
LinkBase::usesGroupBy function core/modules/views/src/Plugin/views/field/LinkBase.php Provides the handler some groupby.
Links::usesGroupBy function core/modules/views/src/Plugin/views/field/Links.php Provides the handler some groupby.
NodeNewComments::usesGroupBy function core/modules/comment/src/Plugin/views/field/NodeNewComments.php Provides the handler some groupby.
Query::$sqlGroupBy property core/lib/Drupal/Core/Entity/Query/Sql/Query.php An array of strings for the SQL 'group by' operation.
QueryAggregate::addGroupBy function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the groupby values to the actual query.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.