You are here

public function ConditionGroupInterface::getTags in Search API 8

Retrieves the tags set on this condition group.

Return value

string[] The tags associated with this condition group, as both the array keys and values. Returned by reference so it's possible, for example, to remove existing tags.

1 method overrides ConditionGroupInterface::getTags()
ConditionGroup::getTags in src/Query/ConditionGroup.php
Retrieves the tags set on this condition group.

File

src/Query/ConditionGroupInterface.php, line 53

Class

ConditionGroupInterface
Represents a condition group on a search query.

Namespace

Drupal\search_api\Query

Code

public function &getTags();