public function TeamApp::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/ TeamApp.php, line 117
Class
- TeamApp
- Defines the Team (company) app entity class.
Namespace
Drupal\apigee_edge_teams\EntityCode
public function id() : ?string {
return parent::id();
}