You are here

public function TeamInvitation::getLabel in Apigee Edge 8

Returns the label for this invitation.

Return value

string The label.

Overrides TeamInvitationInterface::getLabel

File

modules/apigee_edge_teams/src/Entity/TeamInvitation.php, line 147

Class

TeamInvitation
Defines the team invitation entity.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function getLabel() : string {
  return $this
    ->get('label')->value;
}