Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SearchQuery.php

function 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:

  • SearchQuery::NO_POSITIVE_KEYWORDS
  • SearchQuery::EXPRESSIONS_IGNORED
  • SearchQuery::LOWER_CASE_OR
  • SearchQuery::NO_KEYWORD_MATCHES

File

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

Class

SearchQuery
Search query extender and helper functions.

Namespace

Drupal\search

Code

public function getStatus() {
    return $this->status;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal