You are here

public function EdgeEntityType::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.

Overrides EdgeEntityTypeInterface::getQueryClass

File

src/Entity/EdgeEntityType.php, line 191

Class

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

Namespace

Drupal\apigee_edge\Entity

Code

public function getQueryClass() : string {
  return $this->query_class;
}