diff --git a/src/Entity/ApiProduct.php b/src/Entity/ApiProduct.php index 01d7d0ce2..427258304 100644 --- a/src/Entity/ApiProduct.php +++ b/src/Entity/ApiProduct.php @@ -36,6 +36,9 @@ * singular = "@count API", * plural = "@count APIs", * ), + * entity_keys = { + * "uuid" = "uuid" + * }, * config_with_labels = "apigee_edge.api_product_settings", * handlers = { * "storage" = "\Drupal\apigee_edge\Entity\Storage\ApiProductStorage",