Search for group

  1. Search 7.x for group
  2. Search 9.5.x for group
  3. Search 8.9.x for group
  4. Search 10.3.x for group
  5. Search 11.x for group
  6. Other projects
Title Object type File name Summary
JsCollectionGrouper::group function core/lib/Drupal/Core/Asset/JsCollectionGrouper.php Puts multiple items into the same group if they are groupable. Items of
the 'file' type are groupable if their 'preprocess' flag is TRUE. Items of
the 'external' type are not groupable.
JsCollectionGrouperUnitTest class core/tests/Drupal/Tests/Core/Asset/JsCollectionGrouperUnitTest.php Tests the CSS asset collection grouper.
JsCollectionGrouperUnitTest.php file core/tests/Drupal/Tests/Core/Asset/JsCollectionGrouperUnitTest.php
JsCollectionGrouperUnitTest::$grouper property core/tests/Drupal/Tests/Core/Asset/JsCollectionGrouperUnitTest.php A CSS asset grouper.
JsCollectionGrouperUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/JsCollectionGrouperUnitTest.php
JsCollectionGrouperUnitTest::testGrouperWithAggregateTargets function core/tests/Drupal/Tests/Core/Asset/JsCollectionGrouperUnitTest.php Tests \Drupal\Core\Asset\CssCollectionGrouper.
JsCollectionOptimizerLazy::optimizeGroup function core/lib/Drupal/Core/Asset/JsCollectionOptimizerLazy.php
LayoutPluginManager::getGroupedDefinitions function core/lib/Drupal/Core/Layout/LayoutPluginManager.php
LayoutPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Core/Layout/LayoutPluginManagerInterface.php
LayoutPluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php Tests get grouped definitions.
LinkBase::usesGroupBy function core/modules/views/src/Plugin/views/field/LinkBase.php
Links::usesGroupBy function core/modules/views/src/Plugin/views/field/Links.php
ListElement::getGroupTitle function core/modules/config_translation/src/FormElement/ListElement.php Returns the title for the 'details' element of a group of schema elements.
Mapping::$usesGrouping property core/modules/views/src/Plugin/views/style/Mapping.php Do not use grouping.
MissingAttributesWithDataProviderTest::testNoGroupMetadata function core/tests/fixtures/test_driver/MissingAttributesWithDataProviderTest.php #[DataProvider('provider')]
MissingGroup class core/tests/PHPStan/fixtures/test-classes-missing-attributes.php #[RunTestsInSeparateProcesses]
MissingGroupException class core/lib/Drupal/Core/Test/Exception/MissingGroupException.php Exception thrown when a test class is missing the 'group' metadata.
MissingGroupException.php file core/lib/Drupal/Core/Test/Exception/MissingGroupException.php
ModulesListNonStableConfirmForm::$groupedModuleInfo property core/modules/system/src/Form/ModulesListNonStableConfirmForm.php An array of module names to be enabled, keyed by lifecycle.
OptGroup class core/lib/Drupal/Core/Form/OptGroup.php Provides helpers for HTML option groups.
OptGroup.php file core/lib/Drupal/Core/Form/OptGroup.php
OptGroup::doFlattenOptions function core/lib/Drupal/Core/Form/OptGroup.php Iterates over an array building a flat array with duplicate keys removed.
OptGroup::flattenOptions function core/lib/Drupal/Core/Form/OptGroup.php Allows PHP array processing of multiple select options with the same value.
OptGroupTest class core/tests/Drupal/Tests/Core/Form/OptGroupTest.php Tests Drupal\Core\Form\OptGroup.
OptGroupTest.php file core/tests/Drupal/Tests/Core/Form/OptGroupTest.php
OptGroupTest::providerTestFlattenOptions function core/tests/Drupal/Tests/Core/Form/OptGroupTest.php Provides test data for the flattenOptions() method.
OptGroupTest::testFlattenOptions function core/tests/Drupal/Tests/Core/Form/OptGroupTest.php Tests the flattenOptions() method.
OptionsListFilterTest::testViewsTestOptionsListGroupedFilter function core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php Tests options list field filter when grouped.
OptionsSelectWidget::supportsGroups function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsSelectWidget.php
OptionsWidgetBase::supportsGroups function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/OptionsWidgetBase.php Indicates whether the widgets support optgroups.
page--group.html.twig file core/themes/admin/templates/page/page--group.html.twig {% extends '@admin/page/page--node.html.twig' %}
page--group.html.twig file core/themes/default_admin/templates/page/page--group.html.twig {% extends '@default_admin/page/page--node.html.twig' %}
PerformanceData::$cacheTagGroupedLookups property core/tests/Drupal/Tests/PerformanceData.php The grouped cache tag lookups.
PerformanceData::getCacheTagGroupedLookups function core/tests/Drupal/Tests/PerformanceData.php Gets the grouped cache tag lookups.
PerformanceData::setCacheTagGroupedLookups function core/tests/Drupal/Tests/PerformanceData.php Sets the grouped cache tag lookups.
Query::$sqlGroupBy property core/lib/Drupal/Core/Entity/Query/Sql/Query.php An array of strings for the SQL 'group by' operation.
Query::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/Null/Query.php
QueryAggregate::addGroupBy function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the group by values to the actual query.
QueryAggregate::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php
QueryAggregateInterface::conditionAggregateGroupFactory function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Creates an object holding a group of conditions.
QueryAggregateInterface::groupBy function core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php Specifies the field to group on.
QueryBase::$groupBy property core/lib/Drupal/Core/Entity/Query/QueryBase.php The list of columns to group on.
QueryBase::andConditionGroup function core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryBase::conditionGroupFactory function core/lib/Drupal/Core/Entity/Query/QueryBase.php Creates an object holding a group of conditions.
QueryBase::groupBy function core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryBase::orConditionGroup function core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryConditionTrait::andConditionGroup function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
QueryConditionTrait::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
QueryConditionTrait::orConditionGroup function core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php
QueryGroupByTest class core/modules/views/tests/src/Kernel/QueryGroupByTest.php Tests aggregate functionality of views, for example count.

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