public function GroupContentEnablerManagerInterface::getPluginIdsByEntityTypeAccess in Group 8
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 GroupContentEnablerManagerInterface::getPluginIdsByEntityTypeAccess()
- GroupContentEnablerManager::getPluginIdsByEntityTypeAccess in src/
Plugin/ GroupContentEnablerManager.php - Returns the ID of all plugins that define access for a given entity type.
File
- src/
Plugin/ GroupContentEnablerManagerInterface.php, line 158
Class
- GroupContentEnablerManagerInterface
- Provides a common interface for group content enabler managers.
Namespace
Drupal\group\PluginCode
public function getPluginIdsByEntityTypeAccess($entity_type_id);