public ViewsSearchQuery::publicParseSearchExpression()
Executes and returns the protected parseSearchExpression method.
File
- core/modules/search/src/ViewsSearchQuery.php, line 56
Class
- ViewsSearchQuery
- Extends the core SearchQuery to be able to gets its protected values.
Namespace
Drupal\search
Code
public function publicParseSearchExpression() { return $this->parseSearchExpression(); }
Please login to continue.