function QueryBase::getEntityTypeId
Same name in other branches
- 9 core/lib/Drupal/Core/Entity/Query/QueryBase.php \Drupal\Core\Entity\Query\QueryBase::getEntityTypeId()
- 8.9.x core/lib/Drupal/Core/Entity/Query/QueryBase.php \Drupal\Core\Entity\Query\QueryBase::getEntityTypeId()
- 11.x core/lib/Drupal/Core/Entity/Query/QueryBase.php \Drupal\Core\Entity\Query\QueryBase::getEntityTypeId()
Overrides QueryInterface::getEntityTypeId
1 call to QueryBase::getEntityTypeId()
- QueryBase::alter in core/
lib/ Drupal/ Core/ Entity/ Query/ QueryBase.php - Invoke hooks to allow modules to alter the entity query.
File
-
core/
lib/ Drupal/ Core/ Entity/ Query/ QueryBase.php, line 164
Class
- QueryBase
- The base entity query class.
Namespace
Drupal\Core\Entity\QueryCode
public function getEntityTypeId() {
return $this->entityTypeId;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.