function ViewsSearchQuery::conditions
Same name in other branches
- 9 core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::conditions()
- 10 core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::conditions()
- 11.x 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 18
Class
- ViewsSearchQuery
- Extends the core SearchQuery to be able to gets its protected values.
Namespace
Drupal\searchCode
public function &conditions() {
return $this->conditions;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.