You are here

public function HeartbeatEntityQuery::hasAnyTag in Heartbeat 8

Determines if a given query has any specified tag.

Parameters

$tags: A variable number of arguments, one for each tag to check.

Return value

TRUE if this query has been marked with at least one of the specified tags, FALSE otherwise.

Overrides AlterableInterface::hasAnyTag

File

src/HeartbeatEntityQuery.php, line 73

Class

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

Code

public function hasAnyTag() {

  // TODO: Implement hasAnyTag() method.
}