| Versionen | |
|---|---|
| drupal7 | public QueryAlterableInterface::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.
includes/
<?php
public function hasTag($tag);
?>
Kommentare
Kommentar hinzufügen