You are here

public function ViewsSearchQuery::conditions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::conditions()

Returns the conditions property.

Return value

array The query conditions.

Overrides SelectExtender::conditions

File

core/modules/search/src/ViewsSearchQuery.php, line 23
Contains \Drupal\search\ViewsSearchQuery.

Class

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

Namespace

Drupal\search

Code

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