public function DeveloperApp::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
- src/
Entity/ DeveloperApp.php, line 142
Class
- DeveloperApp
- Defines the Developer app entity class.
Namespace
Drupal\apigee_edge\EntityCode
public function id() : ?string {
return parent::id();
}