You are here

protected static function DeveloperApp::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/DeveloperApp.php, line 214

Class

DeveloperApp
Defines the Developer app entity class.

Namespace

Drupal\apigee_edge\Entity

Code

protected static function decoratedClass() : string {
  return EdgeDeveloperApp::class;
}