| Versionen | |
|---|---|
| drupal7 | public QueryAlterableInterface::hasAnyTag() |
Determines if a given query has any specified tag.
$tags A variable number of arguments, one for each tag to check.
TRUE if this query has been marked with at least one of the specified tags, FALSE otherwise.
includes/
<?php
public function hasAnyTag();
?>
Kommentare
Kommentar hinzufügen