public function ApiProduct::getScopes in Apigee Edge 8
File
- src/
Entity/ ApiProduct.php, line 308
Class
- ApiProduct
- Defines the API product entity class.
Namespace
Drupal\apigee_edge\EntityCode
public function getScopes() : array {
return $this->decorated
->getScopes();
}