public function ViewsSearchQuery::matches

Returns the matches property.

Return value

int

File

drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php, line 49
Definition of Drupal\search\ViewsSearchQuery.

Class

ViewsSearchQuery
Extends the core SearchQuery to be able to gets it's protected values.

Namespace

Drupal\search

Code

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