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
Condition::andConditionGroup function core/lib/Drupal/Core/Database/Query/Condition.php Creates a new group of conditions ANDed together.
Condition::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/Condition.php Creates an object holding a group of conditions.
Condition::orConditionGroup function core/lib/Drupal/Core/Database/Query/Condition.php Creates a new group of conditions ORed together.
ConditionInterface::andConditionGroup function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates a new group of conditions ANDed together.
ConditionInterface::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates an object holding a group of conditions.
ConditionInterface::orConditionGroup function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates a new group of conditions ORed together.
ConfigEntityMapper::getContextualLinkGroup function core/modules/config_translation/src/ConfigEntityMapper.php Returns the name of the contextual link group to add contextual links to.
ConfigEntityType::$group property core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php The group machine name.
ConfigHandlerGroup class core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Provides a form for configuring grouping information for a Views UI handler.
ConfigHandlerGroup.php file core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php
ConfigHandlerGroup::buildForm function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Form constructor.
ConfigHandlerGroup::getForm function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Creates a new instance of this form.
ConfigHandlerGroup::getFormId function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Returns a unique string identifying the form.
ConfigHandlerGroup::getFormKey function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Returns the key that represents this form.
ConfigHandlerGroup::submitForm function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Form submission handler.
ConfigHandlerGroup::__construct function core/modules/views_ui/src/Form/Ajax/ConfigHandlerGroup.php Constructs a new ConfigHandlerGroup object.
ConfigMapperInterface::getContextualLinkGroup function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the contextual link group to add contextual links to.
ConfigNamesMapper::getContextualLinkGroup function core/modules/config_translation/src/ConfigNamesMapper.php Returns the name of the contextual link group to add contextual links to.
ContentEntityType::$group property core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php The group machine name.
ContextualLinkDefault::getGroup function core/lib/Drupal/Core/Menu/ContextualLinkDefault.php Returns the group this contextual link should be rendered in.
ContextualLinkDefaultTest::testGetGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkDefaultTest.php @covers ::getGroup
ContextualLinkInterface::getGroup function core/lib/Drupal/Core/Menu/ContextualLinkInterface.php Returns the group this contextual link should be rendered in.
ContextualLinkManager::$pluginsByGroup property core/lib/Drupal/Core/Menu/ContextualLinkManager.php A static cache of all the contextual link plugins by group name.
ContextualLinkManager::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Gets the contextual link plugins by contextual link group.
ContextualLinkManager::getContextualLinksArrayByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManager.php Gets the contextual links prepared as expected by links.html.twig.
ContextualLinkManagerInterface::getContextualLinkPluginsByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual link plugins by contextual link group.
ContextualLinkManagerInterface::getContextualLinksArrayByGroup function core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php Gets the contextual links prepared as expected by links.html.twig.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method.
ContextualLinkManagerTest::testGetContextualLinkPluginsByGroupWithCache function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinkPluginsByGroup method with a prefilled cache.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testGetContextualLinksArrayByGroupAccessCheck function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests the access checking of the getContextualLinksArrayByGroup method.
ContextualLinkManagerTest::testProcessDefinitionWithoutGroup function core/tests/Drupal/Tests/Core/Menu/ContextualLinkManagerTest.php Tests processDefinition() by passing a plugin definition without a group.
ContextualLinks::usesGroupBy function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Provides the handler some groupby.
controlgroup.css file core/assets/vendor/jquery.ui/themes/base/controlgroup.css /*!
* jQuery UI Controlgroup 1.14.0-beta.2
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/controlgroup/#theming
Counter::usesGroupBy function core/modules/views/src/Plugin/views/field/Counter.php Provides the handler some groupby.
CssAssetController::getGroups function core/modules/system/src/Controller/CssAssetController.php Get grouped assets.
CssCollectionGrouper class core/lib/Drupal/Core/Asset/CssCollectionGrouper.php Groups CSS assets.
CssCollectionGrouper.php file core/lib/Drupal/Core/Asset/CssCollectionGrouper.php
CssCollectionGrouper::group function core/lib/Drupal/Core/Asset/CssCollectionGrouper.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, and items of
the 'external' type are never groupable. Items with a media type of…
CssCollectionGrouperUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php Tests the CSS asset collection grouper.
CssCollectionGrouperUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
CssCollectionGrouperUnitTest::$grouper property core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php A CSS asset grouper.
CssCollectionGrouperUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
CssCollectionGrouperUnitTest::testGrouper function core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php Tests \Drupal\Core\Asset\CssCollectionGrouper.
CssCollectionOptimizerLazy::optimizeGroup function core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Optimizes a specific group of assets.
CssCollectionRendererUnitTest::$fileCssGroup property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A valid file CSS asset group.
Custom::usesGroupBy function core/modules/views/src/Plugin/views/field/Custom.php Provides the handler some groupby.
Date::hasValidGroupedValue function core/modules/views/src/Plugin/views/filter/Date.php Determines if the given grouped filter entry has a valid value.
DependentAccessTest::testMergeGroup function core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Tests merging a new dependency with an existing access group dependency.
DependentAccessTest::testMergeNonGroup function core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Tests merging a new dependency with existing non-group access dependency.

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