public function QueryInterface::getEntityType

Gets the entity type for this query.

Return value

string

1 method overrides QueryInterface::getEntityType()
QueryBase::getEntityType in drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php
Implements Drupal\Core\Entity\Query\QueryInterface::getEntityType().

File

drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php, line 25
Definition of Drupal\Core\Entity\QueryInterface.

Class

QueryInterface
Interface for entity queries.

Namespace

Drupal\Core\Entity\Query

Code

public function getEntityType();