You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
In #483 we added a block Drupal\og\Plugin\Block\MemberCountBlock that shows the number of members in the current group.
Instead of using dependency injection for the Drupal\og\OgContextInterface we could write a Drupal\Core\Plugin\Context\ContextDefinition plugin so any custom block can use a context_definition to get the current group.
The text was updated successfully, but these errors were encountered:
In #483 we added a block
Drupal\og\Plugin\Block\MemberCountBlock
that shows the number of members in the current group.Instead of using dependency injection for the
Drupal\og\OgContextInterface
we could write a Drupal\Core\Plugin\Context\ContextDefinition plugin so any custom block can use a context_definition to get the current group.The text was updated successfully, but these errors were encountered: