public function ViewsSearchQuery::matches in Views (for Drupal 7) 8.3
Returns the matches property.
Return value
int
File
- lib/
Views/ search/ ViewsSearchQuery.php, line 47 - Definition of Views\search\ViewsSearchQuery.
Class
- ViewsSearchQuery
- Extends the core SearchQuery to be able to gets it's protected values.
Namespace
Views\searchCode
public function matches() {
return $this->matches;
}