You are here

public function TeamRoleInterface::getPermissions in Apigee Edge 8

Returns a list of permissions assigned to the role.

Return value

array The permissions assigned to the role.

1 method overrides TeamRoleInterface::getPermissions()
TeamRole::getPermissions in modules/apigee_edge_teams/src/Entity/TeamRole.php
Returns a list of permissions assigned to the role.

File

modules/apigee_edge_teams/src/Entity/TeamRoleInterface.php, line 32

Class

TeamRoleInterface
Provides an interface for defining Team Role entities.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function getPermissions() : array;