public SelectExtender::hasTag($tag)
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 AlterableInterface::hasTag
public function hasTag($tag) { return $this->query->hasTag($tag); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Query!SelectExtender.php/function/SelectExtender::hasTag/8.1.x