public function Developer::id in Apigee Edge 8
We have to override this to make it compatible with the SDK's entity interface that has return type hint.
Overrides EdgeEntityBase::id
File
- src/
Entity/ Developer.php, line 148
Class
- Developer
- Defines the Developer entity class.
Namespace
Drupal\apigee_edge\EntityCode
public function id() : ?string {
return parent::id();
}