You are here

public function QueryInterface::getEntityTypeId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/Query/QueryInterface.php \Drupal\Core\Entity\Query\QueryInterface::getEntityTypeId()

Gets the ID of the entity type for this query.

Return value

string

1 method overrides QueryInterface::getEntityTypeId()
QueryBase::getEntityTypeId in core/lib/Drupal/Core/Entity/Query/QueryBase.php
Gets the ID of the entity type for this query.

File

core/lib/Drupal/Core/Entity/Query/QueryInterface.php, line 27
Contains \Drupal\Core\Entity\Query\QueryInterface.

Class

QueryInterface
Interface for entity queries.

Namespace

Drupal\Core\Entity\Query

Code

public function getEntityTypeId();