You are here

public function EdgeEntityTypeInterface::getQueryClass in Apigee Edge 8

Returns the fully-qualified class name of the query class for this entity.

Return value

string The FQCN of the query class.

1 method overrides EdgeEntityTypeInterface::getQueryClass()
EdgeEntityType::getQueryClass in src/Entity/EdgeEntityType.php
Returns the fully-qualified class name of the query class for this entity.

File

src/Entity/EdgeEntityTypeInterface.php, line 35

Class

EdgeEntityTypeInterface
Provides an interface for an Apigee Edge entity type and its metadata.

Namespace

Drupal\apigee_edge\Entity

Code

public function getQueryClass() : string;