function SearchQuery::preExecute
Same name and namespace in other branches
- 11.x core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::preExecute()
File
-
core/
modules/ search/ src/ SearchQuery.php, line 464
Class
- SearchQuery
- Search query extender and helper functions.
Namespace
Drupal\searchCode
public function preExecute(SelectInterface $query = NULL) {
if (!$this->executedPrepare) {
$this->prepareAndNormalize();
}
if (!$this->normalize) {
return FALSE;
}
return parent::preExecute($query);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.