Search for group

  1. Search 7.x for group
  2. Search 9.5.x for group
  3. Search 10.3.x for group
  4. Search 11.x for group
  5. Other projects
Title Object type File name Summary
FieldGroupRowsWebTest::$fieldStorage property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The field storage.
FieldGroupRowsWebTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php Modules to enable.
FieldGroupRowsWebTest::$nodeType property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The page node type.
FieldGroupRowsWebTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php Views used by this test.
FieldGroupRowsWebTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
FieldGroupRowsWebTest::testGroupRows function core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php Testing when "Display all values in the same row" is checked.
FieldGroupRowsWebTest::testUngroupedRows function core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php Testing when "Display all values in the same row" is unchecked.
FieldHandlerInterface::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Determines if this field will be available as an option to group the result
by in the style settings.
FieldPluginBase::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determines if this field will be available as an option to group the result
by in the style settings.
FieldTest::testQueryWithGroupByForBaseField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::query
FieldTest::testQueryWithGroupByForConfigField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::query
Filter::buildEntityConditionGroup function core/modules/jsonapi/src/Query/Filter.php Denormalizes the given filter items into a single EntityConditionGroup.
Filter::buildGroup function core/modules/jsonapi/src/Query/Filter.php Applies the root condition to the given query.
Filter::GROUP_KEY constant core/modules/jsonapi/src/Query/Filter.php Key in the filter[<key>] parameter for groups.
FilterBooleanOperatorStringTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Provides grouped exposed filter configuration.
FilterBooleanOperatorStringTest::testFilterGroupedExposed function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Tests the Boolean filter with grouped exposed form enabled.
FilterBooleanOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Provides grouped exposed filter configuration.
FilterBooleanOperatorTest::testFilterGroupedExposed function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php Tests the boolean filter with grouped exposed form enabled.
FilterDateTest::testExposedGroupedFilters function core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php Tests exposed grouped filters.
FilterEqualityTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedExposed function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedNotExposed function core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterInOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterGroupedChangedIdentifier function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that we can safely change the identifier on a grouped filter.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterNumericTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedRegularExpression function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the numeric filter handler with the 'regular_expression' operator
to grouped exposed filters.
FilterNumericTest::testFilterNumericExposedGroupedSimple function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterPluginBase::$group_info property core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Contains the information of the selected item in a grouped filter.
FilterPluginBase::addGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Add a new group to the exposed filter groups.
FilterPluginBase::buildExposedFiltersGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Build the form to let users create the group of exposed filters.
This form is displayed when users click on button 'Build group'
FilterPluginBase::buildGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Displays the Build Group form.
FilterPluginBase::buildGroupOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Provide default options for exposed filters.
FilterPluginBase::buildGroupSubmit function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Save new group items, re-enumerates and remove groups marked to delete.
FilterPluginBase::buildGroupValidate function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the build group options form.
FilterPluginBase::canBuildGroup function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Determine if a filter can be converted into a group.
Only exposed filters with operators available can be converted into groups.
FilterPluginBase::canGroup function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Can this filter be used in OR groups?
FilterPluginBase::groupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Build a form containing a group of operator | values to apply as a
single filter.
FilterPluginBase::groupMultipleExposedInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Returns the options available for a grouped filter that users checkboxes
as widget, and therefore has to be applied several times, one per
item selected.
FilterPluginBase::hasValidGroupedValue function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Determines if the given grouped filter entry has a valid value.
FilterPluginBase::isAGroup function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Returns TRUE if the exposed filter works like a grouped filter.
FilterPluginBase::showBuildGroupButton function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the build_group/hide button.
FilterPluginBase::showBuildGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the exposed options form.
FilterPluginBase::storeGroupInput function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php If set to remember exposed input in the session, store it there.
This function is similar to storeExposedInput but modified to
work properly when the filter is a group.
FilterStringTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php

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