You are here

protected property EdgeEntityType::$query_class in Apigee Edge 8

The FQCN of the query class used for this entity.

Type: string

File

src/Entity/EdgeEntityType.php, line 39

Class

EdgeEntityType
Provides an implementation of an Apigee Edge entity type and its metadata.

Namespace

Drupal\apigee_edge\Entity

Code

protected $query_class = 'Drupal\\apigee_edge\\Entity\\Query\\Query';