SearchQuery::$status

Same name and namespace in other branches
  1. 9 core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::status
  2. 8.9.x core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::status
  3. 10 core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::status

A bitmap of status conditions, described in getStatus().

Type: int

See also

SearchQuery::getStatus()

File

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

Class

SearchQuery
Search query extender and helper functions.

Namespace

Drupal\search

Code

protected $status = 0;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.