You are here

public function Team::id in Apigee Edge 8

We have to override this.

This is how we could make it compatible with the SDK's entity interface that has return type hint.

Overrides EdgeEntityBase::id

File

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

Class

Team
Defines the Team entity class.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public function id() : ?string {
  return parent::id();
}