ViewsSearchQuery::words

public ViewsSearchQuery::words()

Returns the words property.

Return value

array The positive search keywords.

File

core/modules/search/src/ViewsSearchQuery.php, line 28

Class

ViewsSearchQuery
Extends the core SearchQuery to be able to gets its protected values.

Namespace

Drupal\search

Code

public function words() {
  return $this->words;
}
doc_Drupal
2016-10-29 09:55:32
Comments
Leave a Comment

Please login to continue.