SearchQuery::getStatus

public SearchQuery::getStatus()

Returns the query status bitmap.

Return value

int A bitmap indicating query status. Zero indicates there were no problems. A non-zero value is a combination of one or more of the following flags:

File

core/modules/search/src/SearchQuery.php, line 644

Class

SearchQuery
Search query extender and helper functions.

Namespace

Drupal\search

Code

1
2
3
public function getStatus() {
  return $this->status;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.