SearchQuery::$type

Type of search (search module).

This maps to the value of the type column in search_index, and is equal to the machine-readable name of the module that implements hook_search_info().

Type: string

drupal/modules/search/search.extender.inc, line 45

<?php
protected $type
?>