You are here

service og.membership_manager in Organic groups 8

Class

Drupal\og\MembershipManager
24 string references to og.membership_manager
ActionTestBase::setUp in tests/src/Kernel/Action/ActionTestBase.php
GetGroupContentTest::testBasicGroupReferences in tests/src/Kernel/Entity/GetGroupContentTest.php
Test retrieval of group content that references a single group.
GetGroupContentTest::testMultipleGroupAudienceFields in tests/src/Kernel/Entity/GetGroupContentTest.php
Test retrieval of group content with multiple group audience fields.
GetGroupContentTest::testMultipleGroupReferences in tests/src/Kernel/Entity/GetGroupContentTest.php
Test retrieval of group content that references multiple groups.
GetUserGroupsTest::setUp in tests/src/Kernel/Entity/GetUserGroupsTest.php

... See full list

File

./og.services.yml
og.services.yml

View source
  1. class: Drupal\og\MembershipManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@og.group_audience_helper'
  5. - '@cache.static'