Search for group
| Title | Object type | File name | Summary |
|---|---|---|---|
| MissingGroupException | class | core/ |
Exception thrown when a test class is missing an @group annotation. |
| MissingGroupException.php | file | core/ |
|
| ModulesListNonStableConfirmForm::$groupedModuleInfo | property | core/ |
An array of module names to be enabled, keyed by lifecycle. |
| NodeNewComments::usesGroupBy | function | core/ |
Provides the handler some groupby. |
| OptGroup | class | core/ |
Provides helpers for HTML option groups. |
| OptGroup.php | file | core/ |
|
| OptGroup::doFlattenOptions | function | core/ |
Iterates over an array building a flat array with duplicate keys removed. |
| OptGroup::flattenOptions | function | core/ |
Allows PHP array processing of multiple select options with the same value. |
| OptGroupTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\OptGroup[[api-linebreak]] @group Form |
| OptGroupTest.php | file | core/ |
|
| OptGroupTest::providerTestFlattenOptions | function | core/ |
Provides test data for the flattenOptions() method. |
| OptGroupTest::testFlattenOptions | function | core/ |
Tests the flattenOptions() method. |
| OptionsListFilterTest::testViewsTestOptionsListGroupedFilter | function | core/ |
Tests options list field filter when grouped. |
| OptionsSelectWidget::supportsGroups | function | core/ |
Indicates whether the widgets support optgroups. |
| OptionsWidgetBase::supportsGroups | function | core/ |
Indicates whether the widgets support optgroups. |
| Query::$sqlGroupBy | property | core/ |
An array of strings for the SQL 'group by' operation. |
| Query::conditionAggregateGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| QueryAggregate::addGroupBy | function | core/ |
Adds the groupby values to the actual query. |
| QueryAggregate::conditionAggregateGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| QueryAggregateInterface::conditionAggregateGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| QueryAggregateInterface::groupBy | function | core/ |
Specifies the field to group on. |
| QueryBase::$groupBy | property | core/ |
The list of columns to group on. |
| QueryBase::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
| QueryBase::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
| QueryBase::groupBy | function | core/ |
|
| QueryBase::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
| QueryConditionTrait::andConditionGroup | function | core/ |
|
| QueryConditionTrait::conditionGroupFactory | function | core/ |
|
| QueryConditionTrait::orConditionGroup | function | core/ |
|
| QueryGroupByTest | class | core/ |
Tests aggregate functionality of views, for example count. |
| QueryGroupByTest.php | file | core/ |
|
| QueryGroupByTest::$modules | property | core/ |
Modules to install. |
| QueryGroupByTest::$storage | property | core/ |
The storage for the test entity type. |
| QueryGroupByTest::$testViews | property | core/ |
Views used by this test. |
| QueryGroupByTest::groupByTestHelper | function | core/ |
Provides a test helper which runs a view with some aggregation function. |
| QueryGroupByTest::setUp | function | core/ |
|
| QueryGroupByTest::setupTestEntities | function | core/ |
Helper method that creates some test entities. |
| QueryGroupByTest::testAggregateCount | function | core/ |
Tests aggregate count feature. |
| QueryGroupByTest::testAggregateCountFunction | function | core/ |
Tests aggregate count feature with no group by. |
| QueryGroupByTest::testGroupByAverage | function | core/ |
Tests the average aggregation function. |
| QueryGroupByTest::testGroupByBaseField | function | core/ |
Tests grouping on base field. |
| QueryGroupByTest::testGroupByCount | function | core/ |
Tests the count aggregation function. |
| QueryGroupByTest::testGroupByCountOnlyFilters | function | core/ |
Tests groupby with filters. |
| QueryGroupByTest::testGroupByFieldWithCardinality | function | core/ |
Tests grouping a field with cardinality > 1. |
| QueryGroupByTest::testGroupByMax | function | core/ |
Tests the max aggregation function. |
| QueryGroupByTest::testGroupByMin | function | core/ |
Tests the min aggregation function. |
| QueryGroupByTest::testGroupByNone | function | core/ |
Tests aggregation with no specific function. |
| QueryGroupByTest::testGroupBySum | function | core/ |
Tests the sum aggregation function. |
| QueryGroupByTest::testGroupByWithFieldsNotExistingOnBundle | function | core/ |
Tests groupby with a non-existent field on some bundle. |
| QueryInterface::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.