Executes and returns the protected parseSearchExpression method.
File
- drupal/core/modules/search/lib/Drupal/search/ViewsSearchQuery.php, line 56
- 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 publicParseSearchExpression() {
return $this
->parseSearchExpression();
}