Returns the simple property.
Return value
bool
File
- drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php, line 40
- 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 simple() {
return $this->simple;
}