You are here

protected property SearchQuery::$scoresArguments in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::scoresArguments

Arguments for the score expressions.

Type: array

File

core/modules/search/src/SearchQuery.php, line 179
Contains \Drupal\search\SearchQuery.

Class

SearchQuery
Performs a query on the full-text search index for a word or words.

Namespace

Drupal\search

Code

protected $scoresArguments = array();