You are here

public function HeartbeatEntityQuery::getEntityTypeId in Heartbeat 8

Gets the ID of the entity type for this query.

Return value

string

Overrides QueryInterface::getEntityTypeId

File

src/HeartbeatEntityQuery.php, line 118

Class

HeartbeatEntityQuery
Created by IntelliJ IDEA. User: logicp Date: 5/28/17 Time: 1:37 PM

Code

public function getEntityTypeId() {

  // TODO: Implement getEntityTypeId() method.
}