public function ApiProduct::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/ ApiProduct.php, line 77
Class
- ApiProduct
- Defines the API product entity class.
Namespace
Drupal\apigee_edge\EntityCode
public function id() : ?string {
return parent::id();
}