Drupal is a registered trademark of Dries Buytaert
Release: Leaflet 10.4.11 Minor update available for module leaflet (10.4.11). Release: Session Inspector 1.0.8 Minor update available for module session_inspector (1.0.8). Release: Migrate QA 2.0.4 Minor update available for module migrate_qa (2.0.4). Release: CKEditor Description List 3.0.0 Major update available for module ckeditor_descriptionlist (3.0.0). Release: FlowDrop 2.4.0 Minor update available for module flowdrop (2.4.0). Release: JWT Token Refresh 1.0.4 Minor update available for module jwt_token_refresh (1.0.4). Release: ConReg 1.0.0-beta1 First beta version released for module conreg (1.0.0-beta1). Release: AI Image Studio 1.0.0-beta8 New beta version released for module ai_image_studio (1.0.0-beta8). Usage Milestone: Role Theme Switcher Module role_theme_switcher crossed 1,000 active installs. Module Revived: Decoupled Router 2.0.7 Module decoupled_router updated after 11 months of inactivity (2.0.7).

This module provides an API for finding Drupal groups in various contexts, such as from content, specific routes, or URL queries. It allows developers to create custom group-finding logic or alter existing methods.

This module is an API module that allows you to find Group in different scenarios.

Predefined finders:

  • Create new group: Group from create group route (dummy group).
  • Group by content: Group from grouped content. It returns the first group. However, you can override it in case you would like to to return a group other than the first.
  • Group route: Group from a group route.
  • Group URL query: Group from the URL query (?group=x)

Features:

  • Find group in different contexts other than the group route.
  • Alter/Override predefined finders according to your needs. For example you could change the weight (the higher the number, the later the founder is being called) for the predefined finders.
  • Create your own finders.
  • Provides a plugin context for group finder.

How to use in your custom code:

/** @var \Drupal\group_finder\GroupFinderInterface $group_finder */
$group_finder = \Drupal::service('group_finder.provider')->get();
$group = $group_finder?->getGroup();

Used by:
This module is used by Group Media Library module.

Activity

Tracked releases
1
Tracked since
May 2026
Latest release
3 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
2.1.0-alpha1 Pre-release May 18, 2026