You are here

service plugin.manager.group_content_enabler in Group 8

Class

Drupal\group\Plugin\GroupContentEnablerManager

Tags

  • plugin_manager_cache_clear
22 string references to plugin.manager.group_content_enabler
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/Plugin/GroupContentAccessControlHandler.php
Instantiates a new instance of this group content handler.
GroupContentEnablerBase::checkAccess in src/Plugin/GroupContentEnablerBase.php
Checks access to an operation on a given group content entity.
GroupContentEnablerBase::createAccess in src/Plugin/GroupContentEnablerBase.php
Performs access check for the create operation.

... See full list

File

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

View source
  1. class: Drupal\group\Plugin\GroupContentEnablerManager
  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 }