You are here

public static function Team::idProperty in Apigee Edge 8

File

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

Class

Team
Defines the Team entity class.

Namespace

Drupal\apigee_edge_teams\Entity

Code

public static function idProperty() : string {
  return Company::idProperty();
}