GroupByTest |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
Tests UI of aggregate functionality.. |
Sql::$groupby |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
A simple array of group by clauses. |
GroupByNumeric |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Simple filter to handle greater than/less than filters |
GroupByNumeric |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Handler for GROUP BY on simple numeric fields. |
GroupByNumeric |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Simple handler for arguments using group by. |
Sql::addGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
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. |
Select::groupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Groups the result set by the specified field. |
GroupByTest.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
Contains \Drupal\views_ui\Tests\GroupByTest. |
QueryGroupByTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Tests aggregate functionality of views, for example count. |
Query::$sqlGroupBy |
property |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Query.php |
An array of strings added as to the group by, keyed by the string to avoid
duplicates. |
QueryBase::groupBy |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements \Drupal\Core\Entity\Query\QueryAggregateInterface::execute(). |
Select::getGroupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
Returns a reference to the group-by array for this query. |
GroupByNumeric.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Definition of Drupal\views\Plugin\views\argument\GroupByNumeric. |
GroupByNumeric.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Definition of Drupal\views\Plugin\views\sort\GroupByNumeric. |
GroupByNumeric.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Definition of Drupal\views\Plugin\views\filter\GroupByNumeric. |
QueryBase::$groupBy |
property |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
The list of columns to group on. |
GroupByTest::getInfo |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
|
GroupByNumeric::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Overrides \Drupal\views\Plugin\views\HandlerBase::init(). |
QueryGroupByTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Definition of Drupal\views\Tests\QueryGroupByTest. |
GroupByNumeric::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Add this filter to the query. |
GroupByNumeric::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Called to add the field to a query. |
GroupByNumeric::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Set up the query for this argument. |
GroupByNumeric::opEmpty |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
|
SelectExtender::groupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Groups the result set by the specified field. |
GroupByTest::$testViews |
property |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
Views used by this test. |
Field::buildGroupByForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Extend the groupby form with group columns. |
GroupByNumeric::opSimple |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
|
GroupByNumeric::canGroup |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Can this filter be used in OR groups? |
HandlerBase::usesGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provides the handler some groupby. |
SelectInterface::groupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Groups the result set by the specified field. |
Field::submitGroupByForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
GroupByNumeric::opBetween |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
|
QueryGroupByTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
GroupByNumeric::adminLabel |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Return a string representing this handler's name in the UI. |
QueryAggregate::addGroupBy |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Adds the groupby values to the actual query. |
GroupByNumeric::adminLabel |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Return a string representing this handler's name in the UI. |
GroupByNumeric::adminLabel |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Return a string representing this handler's name in the UI. |
SelectExtender::getGroupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the group-by array for this query. |
AreaPluginBase::usesGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php |
Area handlers shouldn't have groupby. |
SelectInterface::getGroupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Returns a reference to the group-by array for this query. |
GroupByNumeric::getSortName |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Return a description of how the argument would normally be sorted. |
GroupByTest::testGroupBySave |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
Tests whether basic saving works. |
QueryGroupByTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Views used by this test. |
HandlerBase::buildGroupByForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Provide a form for aggregation settings. |
DisplayPluginBase::useGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Does the display have groupby enabled? |
HandlerBase::submitGroupByForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data. |
SelectComplexTest::testGroupBy |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests GROUP BY clauses. |
QueryGroupByTest::testGroupByMin |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
QueryGroupByTest::testGroupByMax |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
QueryAggregateInterface::groupBy |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Specifies the field to group on. |