You are here

protected function Team::drupalEntityId in Apigee Edge 8

Return the entity id used in Drupal.

Return value

null|string Null if the entity is new.

Overrides EdgeEntityBase::drupalEntityId

File

modules/apigee_edge_teams/src/Entity/Team.php, line 132

Class

Team
Defines the Team entity class.

Namespace

Drupal\apigee_edge_teams\Entity

Code

protected function drupalEntityId() : ?string {
  return $this->decorated
    ->id();
}