You are here

public function TeamRoleInterface::isLocked in Apigee Edge 8

Returns whether the team role is locked or not.

Locked team roles can not be deleted.

Return value

bool TRUE if team role is locked, FALSE otherwise.

1 method overrides TeamRoleInterface::isLocked()
TeamRole::isLocked in modules/apigee_edge_teams/src/Entity/TeamRole.php
Returns whether the team role is locked or not.

File

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

Class

TeamRoleInterface
Provides an interface for defining Team Role entities.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function isLocked() : bool;