public function ViewsSearchQuery::publicParseSearchExpression in Views (for Drupal 7) 8.3
Executes and returns the protected parseSearchExpression method.
File
- lib/
Views/ search/ ViewsSearchQuery.php, line 54 - 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 publicParseSearchExpression() {
return $this
->parseSearchExpression();
}