function QueryBase::getEntityTypeId
Gets the ID of the entity type for this query.
Return value
string The entity type ID.
Overrides QueryInterface::getEntityTypeId
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.