function viewsSearchQuery::words
File
-
modules/
search/ views_handler_filter_search.inc, line 221
Class
- viewsSearchQuery
- Extends the core SearchQuery.
Code
public function words() {
return $this->words;
}
public function words() {
return $this->words;
}