function ViewsSearchQuery::publicParseSearchExpression
Same name in other branches
- 8.9.x core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::publicParseSearchExpression()
- 10 core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::publicParseSearchExpression()
- 11.x core/modules/search/src/ViewsSearchQuery.php \Drupal\search\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\searchCode
public function publicParseSearchExpression() {
return $this->parseSearchExpression();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.