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 11.x for group
  5. Other projects
Title Object type File name Summary
Fieldgroup class core/lib/Drupal/Core/Render/Element/Fieldgroup.php Provides a render element for a group of form elements.
fieldgroup.module.css file core/themes/stable9/css/system/components/fieldgroup.module.css Fieldgroup border reset.
fieldgroup.module.css file core/modules/system/css/components/fieldgroup.module.css Fieldgroup border reset.
Fieldgroup.php file core/lib/Drupal/Core/Render/Element/Fieldgroup.php
Fieldgroup::getInfo function core/lib/Drupal/Core/Render/Element/Fieldgroup.php Returns the element properties for this element.
FieldGroupRowsTest class core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Tests the "Display all values in the same row" setting.
FieldGroupRowsTest.php file core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php
FieldGroupRowsTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Modules to install.
FieldGroupRowsTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Views to be enabled.
FieldGroupRowsTest::testGroupRows function core/modules/views/tests/src/Kernel/Handler/FieldGroupRowsTest.php Testing the "Grouped rows" functionality.
FieldGroupRowsWebTest class core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php Tests the "Display all values in the same row" setting.
FieldGroupRowsWebTest.php file core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
FieldGroupRowsWebTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The theme to install as the default for testing.
FieldGroupRowsWebTest::$field property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The field config.
FieldGroupRowsWebTest::$fieldName property core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php The used field name in the test.
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 install.
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 Sets up the test.
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 can be grouped in the results.
FieldPluginBase::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Determines if this field can be grouped in the results.
FieldStorageAddForm::addFieldOptionsForGroup function core/modules/field_ui/src/Form/FieldStorageAddForm.php Adds field types for the selected group to the form.
FieldStorageAddForm::addGroupFieldOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Adds ungrouped field types and field type groups to the form.
FieldStorageAddForm::validateGroupOrField function core/modules/field_ui/src/Form/FieldStorageAddForm.php Validates the first step of the form.
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
FieldTypePluginManager::getGroupedDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManager.php Gets sorted field type definitions grouped by category.
FieldTypePluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php @covers ::getGroupedDefinitions
FieldTypePluginManagerTest::testGetGroupedDefinitionsEmpty function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php @covers ::getGroupedDefinitions
FieldTypePluginManagerTest::testGetGroupedDefinitionsInvalid function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php @covers ::getGroupedDefinitions
FieldUiJSTestTrait::getFieldFromGroupJS function core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php Helper function that returns the field card element if it is in a group.
FieldUiTestTrait::getFieldFromGroup function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Helper function that returns the name of the group that a field is in.
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.
FilterBooleanOperatorGroupTest class core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Tests the core Drupal\views\Plugin\views\filter\BooleanOperator handler.
FilterBooleanOperatorGroupTest.php file core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php
FilterBooleanOperatorGroupTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Modules to install.
FilterBooleanOperatorGroupTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Views used by this test.
FilterBooleanOperatorGroupTest::setUp function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php
FilterBooleanOperatorGroupTest::testViewsBooleanGroupedFilter function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Tests that grouped boolean exposed form works as expected.
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

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