GroupByTest |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
Tests UI of aggregate functionality.. |
GroupwiseMax |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php |
Relationship handler that allows a groupwise maximum of the linked in table.
For a definition, see:
http://dev.mysql.com/doc/refman/5.0/en/example-maximum-column-group-row....
In lay terms, instead of joining to get all matching records in the… |
Sql::$groupby |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
A simple array of group by clauses. |
grouping.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/grouping.test |
|
GroupSequence |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
Annotation for group sequences |
GroupByNumeric |
class |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Simple filter to handle greater than/less than filters |
Select::$group |
property |
drupal/core/lib/Drupal/Core/Database/Query/Select.php |
The fields by which to group. |
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. |
ConfigItemGroup |
class |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php |
Provides a form for configuring grouping information for a Views UI item. |
drupal_group_js |
function |
drupal/core/includes/common.inc |
Default callback to group JavaScript items. |
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. |
BreakpointGroup |
class |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
Defines the BreakpointGroup entity. |
drupal_group_css |
function |
drupal/core/includes/common.inc |
Grouping callback: Groups CSS items by their types, media, and browsers. |
GroupwiseMax.php |
file |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php |
Definition of Drupal\views\Plugin\views\relationship\GroupwiseMax. |
QueryGroupByTest |
class |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Tests aggregate functionality of views, for example count. |
GroupSequence.php |
file |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
|
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(). |
GroupTestSuite.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Extensions/GroupTestSuite.php |
|
form_process_group |
function |
drupal/core/includes/form.inc |
Arranges elements into groups. |
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. |
GroupwiseMax::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/relationship/GroupwiseMax.php |
Called to implement a relationship in a query.
This is mostly a copy of our parent's query() except for this bit with
the join class. |
BreakpointGroup.php |
file |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
Definition of Drupal\breakpoint\Plugin\Core\Entity\BreakpointGroup. |
ConfigItemGroup.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ConfigItemGroup.php |
Contains \Drupal\views_ui\Form\Ajax\ConfigItemGroup. |
Constraint::$groups |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraint.php |
|
GroupByTest::getInfo |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php |
|
Sql::$group_operator |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php |
The default operator to use when connecting the WHERE groups. May be
AND or OR. |
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. |
BreakpointGroup::$id |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group ID. |
GroupByNumeric::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php |
Add this filter to the query. |
GroupSequenceProvider |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php |
Annotation to define a group sequence provider |
form_pre_render_group |
function |
drupal/core/includes/form.inc |
Adds members of this group as actual elements for rendering. |
HandlerBase::isAGroup |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php |
Returns TRUE if the exposed filter works like a grouped filter. |
GroupByNumeric::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/sort/GroupByNumeric.php |
Called to add the field to a query. |
breakpoint_group_load |
function |
drupal/core/modules/breakpoint/breakpoint.module |
Load one breakpoint group by its identifier. |
GroupByNumeric::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/GroupByNumeric.php |
Set up the query for this argument. |
BreakpointGroup::save |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
Overrides Drupal\Core\Entity\Entity::save(). |
Mapping::$usesGrouping |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Mapping.php |
Do not use grouping. |
GroupSequence::$groups |
property |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php |
The members of the sequence |
BreakpointGroup::$uuid |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group UUID. |
BreakpointGroup::$name |
property |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php |
The breakpoint group machine name. |
BreakpointGroupAPITest |
class |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupAPITest.php |
Tests for general breakpoint group API functions. |