You are here

public static function ApiProduct::idProperty in Apigee Edge 8

File

src/Entity/ApiProduct.php, line 98

Class

ApiProduct
Defines the API product entity class.

Namespace

Drupal\apigee_edge\Entity

Code

public static function idProperty() : string {
  return EdgeApiProduct::idProperty();
}