You are here

public function GroupRelationManagerInterface::getPluginIdsByEntityTypeAccess in Group 2.0.x

Returns the ID of all plugins that define access for a given entity type.

Parameters

string $entity_type_id: The entity type ID.

Return value

string[] The plugin IDs.

1 method overrides GroupRelationManagerInterface::getPluginIdsByEntityTypeAccess()
GroupRelationManager::getPluginIdsByEntityTypeAccess in src/Plugin/Group/Relation/GroupRelationManager.php
Returns the ID of all plugins that define access for a given entity type.

File

src/Plugin/Group/Relation/GroupRelationManagerInterface.php, line 156

Class

GroupRelationManagerInterface
Provides a common interface for group relation managers.

Namespace

Drupal\group\Plugin\Group\Relation

Code

public function getPluginIdsByEntityTypeAccess($entity_type_id);