You are here

protected property Search::$searchType in Drupal 8

Same name in this branch
  1. 8 core/modules/search/src/Plugin/views/filter/Search.php \Drupal\search\Plugin\views\filter\Search::searchType
  2. 8 core/modules/search/src/Plugin/views/argument/Search.php \Drupal\search\Plugin\views\argument\Search::searchType
Same name and namespace in other branches
  1. 9 core/modules/search/src/Plugin/views/filter/Search.php \Drupal\search\Plugin\views\filter\Search::searchType

The search type name (value of {search_index}.type in the database).

Type: string

File

core/modules/search/src/Plugin/views/filter/Search.php, line 48

Class

Search
Filter handler for search keywords.

Namespace

Drupal\search\Plugin\views\filter

Code

protected $searchType;