You are here

public function SearchApiQueryFilterInterface::getTags in Search API 7

Retrieves the tags set on this filter.

Return value

array The tags associated with this filter, as both the array keys and values.

1 method overrides SearchApiQueryFilterInterface::getTags()
SearchApiQueryFilter::getTags in includes/query.inc
Retrieves the tags set on this filter.

File

includes/query.inc, line 990
Contains SearchApiQueryInterface and SearchApiQuery.

Class

SearchApiQueryFilterInterface
Represents a filter on a search query.

Code

public function &getTags();