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. Other projects
Title Object type File name Summary
ExecutionContext::$group property core/lib/Drupal/Core/Validation/ExecutionContext.php The currently validated group.
ExecutionContext::getGroup function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::isGroupValidated function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::markGroupAsValidated function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExecutionContext::setGroup function core/lib/Drupal/Core/Validation/ExecutionContext.php
ExposedFormUITest::$groupFormUiErrors property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Array of error message strings raised by the grouped form.
ExposedFormUITest::assertNoGroupedFilterErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Asserts that there are no Grouped Filters errors.
ExposedFormUITest::testExposedGroupedFilter function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the configuration of grouped exposed filters.
ExposedFormUITest::testGroupedFilterAdminUi function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the admin interface of exposed grouped filters.
ExposedFormUITest::testGroupedFilterAdminUiErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the error messages used in the grouped filter form.
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.module.css file core/misc/components/fieldgroup.module.css Fieldgroup border reset.
fieldgroup.module.css file core/themes/stable9/css/core/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.
Fieldgroup::preRenderAttachments function core/lib/Drupal/Core/Render/Element/Fieldgroup.php Adds the fieldgroup library.
Fieldgroup::__construct function core/lib/Drupal/Core/Render/Element/Fieldgroup.php
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
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
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

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