Determines if a given query has a given tag.
$tag: The tag to check.
TRUE if this query has been marked with this tag, FALSE otherwise.
Overrides QueryAlterableInterface::hasTag
public function hasTag($tag) {
return $this->query
->hasTag($tag);
}