public function RoleAccessConsumerInterface::getSupportedEntityTypes in Role Access Control 8
Retrieve the entity types for which access is controlled.
The function returns a list of entity types for which the module providing this plugin controlls access to based on Role Access Control.
Return value
array An array of entity type ids.
See also
_rac_get_supported_entity_types()
1 method overrides RoleAccessConsumerInterface::getSupportedEntityTypes()
- RoleAccessConsumer::getSupportedEntityTypes in src/
RoleAccessConsumer.php - Retrieve the entity types for which access is controlled.
File
- src/
RoleAccessConsumerInterface.php, line 23
Class
- RoleAccessConsumerInterface
- Defines interface for RoleAccessConsumer Plugins.
Namespace
Drupal\racCode
public function getSupportedEntityTypes();