You are here

public function HeartbeatEntityQuery::hasAllTags in Heartbeat 8

Determines if a given query has all specified tags.

Parameters

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

Return value

TRUE if this query has been marked with all specified tags, FALSE otherwise.

Overrides AlterableInterface::hasAllTags

File

src/HeartbeatEntityQuery.php, line 58

Class

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

Code

public function hasAllTags() {

  // TODO: Implement hasAllTags() method.
}