You are here

service plugin.manager.group_relation in Group 2.0.x

Class

Drupal\group\Plugin\Group\Relation\GroupRelationManager

Tags

  • plugin_manager_cache_clear
22 string references to plugin.manager.group_relation
EntityQueryAlter::create in src/QueryAccess/EntityQueryAlter.php
Instantiates a new instance of this class.
EntityQueryAlterCacheabilityTest::testCacheableMetadataLeaks in tests/src/Kernel/EntityQueryAlterCacheabilityTest.php
Tests that cacheable metadata is only bubbled when there is any.
GroupContentAccessControlHandler::createInstance in src/Entity/Access/GroupContentAccessControlHandler.php
Instantiates a new instance of this entity handler.
GroupContentCreateAnyEntityAccessCheck::access in src/Access/GroupContentCreateAnyEntityAccessCheck.php
Checks access for group content target entity creation routes.
GroupContentCreateEntityAccessCheck::access in src/Access/GroupContentCreateEntityAccessCheck.php
Checks access for group content target entity creation routes.

... See full list

File

./group.services.yml
group.services.yml

View source
  1. class: Drupal\group\Plugin\Group\Relation\GroupRelationManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@entity_type.manager'
  7. parent: container.trait
  8. tags:
  9. - { name: plugin_manager_cache_clear }