You are here

abstract protected static function EdgeEntityBase::decoratedClass in Apigee Edge 8

The FQCN of the decorated class from the PHP API Client.

Return value

string FQCN of the entity class.

2 calls to EdgeEntityBase::decoratedClass()
EdgeEntityBase::__construct in src/Entity/EdgeEntityBase.php
EdgeEntityBase constructor.
FieldableEdgeEntityBase::getProperties in src/Entity/FieldableEdgeEntityBase.php
Parses the properties and its types from the parent class.
5 methods override EdgeEntityBase::decoratedClass()
ApiProduct::decoratedClass in src/Entity/ApiProduct.php
The FQCN of the decorated class from the PHP API Client.
Developer::decoratedClass in src/Entity/Developer.php
The FQCN of the decorated class from the PHP API Client.
DeveloperApp::decoratedClass in src/Entity/DeveloperApp.php
The FQCN of the decorated class from the PHP API Client.
Team::decoratedClass in modules/apigee_edge_teams/src/Entity/Team.php
The FQCN of the decorated class from the PHP API Client.
TeamApp::decoratedClass in modules/apigee_edge_teams/src/Entity/TeamApp.php
The FQCN of the decorated class from the PHP API Client.

File

src/Entity/EdgeEntityBase.php, line 77

Class

EdgeEntityBase
Base class for Apigee Edge entities in Drupal.

Namespace

Drupal\apigee_edge\Entity

Code

protected static abstract function decoratedClass() : string;