You are here

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\Entity

Code

public function id() : ?string {
  return parent::id();
}