You are here

protected property SearchQuery::$type in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/search/src/SearchQuery.php \Drupal\search\SearchQuery::type

The type of search (search type).

This maps to the value of the type column in search_index, and is usually equal to the machine-readable name of the plugin or the search page.

Type: string

File

core/modules/search/src/SearchQuery.php, line 97
Contains \Drupal\search\SearchQuery.

Class

SearchQuery
Performs a query on the full-text search index for a word or words.

Namespace

Drupal\search

Code

protected $type;