You are here

public function ViewsSearchQuery::matches in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::matches()
  2. 10 core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::matches()

Returns the matches property.

Return value

int The number of matches needed.

File

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

Class

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

Namespace

Drupal\search

Code

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