You are here

protected property Search::$parsed in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/search/src/Plugin/views/filter/Search.php \Drupal\search\Plugin\views\filter\Search::parsed

TRUE if the search query has been parsed.

Type: bool

File

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

Class

Search
Filter handler for search keywords.

Namespace

Drupal\search\Plugin\views\filter

Code

protected $parsed = FALSE;