You are here

public function ViewsSearchQuery::publicParseSearchExpression in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/search/src/ViewsSearchQuery.php \Drupal\search\ViewsSearchQuery::publicParseSearchExpression()
  2. 9 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\search

Code

public function publicParseSearchExpression() {
  return $this
    ->parseSearchExpression();
}