You are here

public static function TeamApp::idProperty in Apigee Edge 8

File

modules/apigee_edge_teams/src/Entity/TeamApp.php, line 152

Class

TeamApp
Defines the Team (company) app entity class.

Namespace

Drupal\apigee_edge_teams\Entity

Code

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