You are here

public function ViewsSearchQuery::words in Views (for Drupal 7) 8.3

Returns the words property.

Return value

array

File

lib/Views/search/ViewsSearchQuery.php, line 29
Definition of Views\search\ViewsSearchQuery.

Class

ViewsSearchQuery
Extends the core SearchQuery to be able to gets it's protected values.

Namespace

Views\search

Code

public function words() {
  return $this->words;
}