public function HeartbeatEntityQuery::execute in Heartbeat 8
Execute the query.
Return value
int|array Returns an integer for count queries or an array of ids. The values of the array are always entity ids. The keys will be revision ids if the entity supports revision and entity ids if not.
Overrides QueryInterface::execute
File
- src/
HeartbeatEntityQuery.php, line 323
Class
- HeartbeatEntityQuery
- Created by IntelliJ IDEA. User: logicp Date: 5/28/17 Time: 1:37 PM
Code
public function execute() {
// TODO: Implement execute() method.
}