public function ViewsSearchQuery::simple in Views (for Drupal 7) 8.3
Returns the simple property.
Return value
bool
File
- lib/
Views/ search/ ViewsSearchQuery.php, line 38 - 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 simple() {
return $this->simple;
}