protected static function ApiProduct::decoratedClass in Apigee Edge 8
The FQCN of the decorated class from the PHP API Client.
Return value
string FQCN of the entity class.
Overrides EdgeEntityBase::decoratedClass
File
- src/
Entity/ ApiProduct.php, line 91
Class
- ApiProduct
- Defines the API product entity class.
Namespace
Drupal\apigee_edge\EntityCode
protected static function decoratedClass() : string {
return EdgeApiProduct::class;
}