public function ViewsSearchQuery::conditions

Returns the conditions property.

Return value

array

Overrides SelectExtender::conditions

File

drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php, line 22
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 &conditions() {
  return $this->conditions;
}