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
FilterStringTest::testFilterStringGroupedExposedShorter function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests grouped and exposed filters with the "shorter than" operator.
FilterStringTest::testFilterStringGroupedExposedStarts function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests grouped and exposed filters with the "starts with" operator.
FilterStringTest::testFilterStringGroupedExposedWord function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests grouped and exposed filters with word-based filtering.
FilterStringTest::testFilterStringGroupedNotRegularExpression function core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php Tests the string filter with negated 'regular_expression' operator.
FormElement::preRenderGroup function core/lib/Drupal/Core/Render/Element/FormElement.php Adds members of this group as actual elements for rendering.
FormElement::processGroup function core/lib/Drupal/Core/Render/Element/FormElement.php Arranges elements into groups.
FormGroupingElementsTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests for form grouping elements.
FormGroupingElementsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
FormGroupingElementsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php The theme to install as the default for testing.
FormGroupingElementsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Required modules.
FormGroupingElementsTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
FormGroupingElementsTest::testDetailsChildVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests that details element children become visible.
FormGroupingElementsTest::testDetailsContainsRequiredTextfield function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests form submit with a required field in closed details element.
FormGroupingElementsTest::testDetailsContainsRequiredTextfieldAjaxForm function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests required field in closed details element with ajax form.
FormGroupingElementsTest::testVerticalTabChildVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Tests that vertical tab children become visible.
FormGroupingElementsTest::testVerticalTabValidationVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Confirms tabs containing a field with a validation error are open.
FormState::$groups property core/lib/Drupal/Core/Form/FormState.php The references to details elements to render them within vertical tabs.
FormState::getGroups function core/lib/Drupal/Core/Form/FormState.php Returns references to details elements to render them within vertical tabs.
FormState::setGroups function core/lib/Drupal/Core/Form/FormState.php Sets references to details elements to render them within vertical tabs.
FormStateDecoratorBase::getGroups function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Returns references to details elements to render them within vertical tabs.
FormStateDecoratorBase::setGroups function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets references to details elements to render them within vertical tabs.
FormStateDecoratorBaseTest::testGetGroups function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getGroups
FormStateDecoratorBaseTest::testSetGroups function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setGroups
FormStateInterface::getGroups function core/lib/Drupal/Core/Form/FormStateInterface.php Returns references to details elements to render them within vertical tabs.
FormStateInterface::setGroups function core/lib/Drupal/Core/Form/FormStateInterface.php Sets references to details elements to render them within vertical tabs.
FormTestGroupContainerForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php Builds a simple form to test the #group property on #type 'container'.
FormTestGroupContainerForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php
FormTestGroupContainerForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php Form constructor.
FormTestGroupContainerForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php Returns a unique string identifying the form.
FormTestGroupContainerForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php Form submission handler.
FormTestGroupDetailsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php Builds a simple form to test the #group property on #type 'details'.
FormTestGroupDetailsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php
FormTestGroupDetailsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php Form constructor.
FormTestGroupDetailsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php Returns a unique string identifying the form.
FormTestGroupDetailsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php Form submission handler.
FormTestGroupFieldsetForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Builds a simple form to test the #group property on #type 'fieldset'.
FormTestGroupFieldsetForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php
FormTestGroupFieldsetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Form constructor.
FormTestGroupFieldsetForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Returns a unique string identifying the form.
FormTestGroupFieldsetForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Form submission handler.
FormTestGroupVerticalTabsForm class core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Builds a simple form to test the #group property on #type 'vertical_tabs'.
FormTestGroupVerticalTabsForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php
FormTestGroupVerticalTabsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form constructor.
FormTestGroupVerticalTabsForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Returns a unique string identifying the form.
FormTestGroupVerticalTabsForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form submission handler.
FormTestGroupVerticalTabsForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form validation handler.
GroupByNumeric class core/modules/views/src/Plugin/views/sort/GroupByNumeric.php Handler for GROUP BY on simple numeric fields.
GroupByNumeric class core/modules/views/src/Plugin/views/filter/GroupByNumeric.php Simple filter to handle greater than/less than filters.
GroupByNumeric class core/modules/views/src/Plugin/views/argument/GroupByNumeric.php Simple handler for arguments using group by.
GroupByNumeric.php file core/modules/views/src/Plugin/views/sort/GroupByNumeric.php

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