You are here

public function HeartbeatEntityQuery::hasTag in Heartbeat 8

Determines if a given query has a given tag.

Parameters

$tag: The tag to check.

Return value

TRUE if this query has been marked with this tag, FALSE otherwise.

Overrides AlterableInterface::hasTag

File

src/HeartbeatEntityQuery.php, line 43

Class

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

Code

public function hasTag($tag) {

  // TODO: Implement hasTag() method.
}