public function ViewsSearchQuery::words

Returns the words property.

Return value

array

File

drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php, line 31
Definition of Drupal\search\ViewsSearchQuery.

Class

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

Namespace

Drupal\search

Code

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