public function QueryInterface::getEntityTypeId in Drupal 8
Same name and namespace in other branches
- 9 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 22
Class
- QueryInterface
- Interface for entity queries.
Namespace
Drupal\Core\Entity\QueryCode
public function getEntityTypeId();