public function QueryInterface::hasAnyTag in Search API 8
Determines whether this query has any of the given tags set on it.
Parameters
string ...: The tags to check for.
Return value
bool TRUE if any of the method parameters was set as a tag on this query; FALSE otherwise.
1 method overrides QueryInterface::hasAnyTag()
- Query::hasAnyTag in src/
Query/ Query.php - Determines whether this query has any of the given tags set on it.
File
- src/
Query/ QueryInterface.php, line 513
Class
- QueryInterface
- Represents a search query on a Search API index.
Namespace
Drupal\search_api\QueryCode
public function hasAnyTag();