GroupByTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/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/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. |
GroupByNumeric |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Simple filter to handle greater than/less than filters |
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/lib/Drupal/views/Tests/UI/GroupByTest.php |
Definition of Drupal\views\Tests\UI\GroupByTest. |
Sql::add_groupby |
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. |
QueryGroupByTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Tests aggregate functionality of views, for example count. |
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. |
QueryGroupByTest.php |
file |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Definition of Drupal\views\Tests\QueryGroupByTest. |
GroupByNumeric::init |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Init the handler with necessary data. |
GroupByTest::getInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/GroupByTest.php |
|
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::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Add this filter to the query. |
Field::buildGroupByForm |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/field/Field.php |
Extend the groupby form with group columns. |
GroupByTest::$testViews |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/GroupByTest.php |
Views used by this test. |
SelectExtender::groupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Groups the result set by the specified field. |
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::op_empty |
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::op_simple |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
|
GroupByNumeric::can_group |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Can this filter be used in OR groups? |
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. |
SelectExtender::getGroupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Returns a reference to the group-by array for this query. |
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. |
GroupByNumeric::op_between |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.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. |
SelectInterface::getGroupBy |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.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. |
GroupByTest::testGroupBySave |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/UI/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. |
GroupByNumeric::get_sort_name |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Return a description of how the argument would normally be sorted. |
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::testGroupBySum |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
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 |
|
QueryGroupByTest::testGroupByCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
RelationshipPluginBase::usesGroupBy |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/RelationshipPluginBase.php |
You can't groupby a relationship. |
QueryGroupByTest::GroupByTestHelper |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
QueryGroupByTest::testAggregateCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Tests aggregate count feature. |