public function ViewsSearchQuery::conditions in Views (for Drupal 7) 8.3
Returns the conditions property.
Return value
array
File
- lib/
Views/ search/ ViewsSearchQuery.php, line 20 - Definition of Views\search\ViewsSearchQuery.
Class
- ViewsSearchQuery
- Extends the core SearchQuery to be able to gets it's protected values.
Namespace
Views\searchCode
public function &conditions() {
return $this->conditions;
}