You are here

public property EdgeEntityType::$entity_type_class in Apigee Edge 8

The class used to represent the entity type.

It must implement \Drupal\Core\Entity\EntityTypeInterface.

Type: string

Overrides EntityType::$entity_type_class

File

src/Annotation/EdgeEntityType.php, line 41

Class

EdgeEntityType
Defines an Apigee Edge entity type annotation object.

Namespace

Drupal\apigee_edge\Annotation

Code

public $entity_type_class = EntityEdgeEntityType::class;