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