You are here

protected property SearchPluginBase::$keywords in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/search/src/Plugin/SearchPluginBase.php \Drupal\search\Plugin\SearchPluginBase::keywords

The keywords to use in a search.

Type: string

File

core/modules/search/src/Plugin/SearchPluginBase.php, line 25

Class

SearchPluginBase
Defines a base class for plugins wishing to support search.

Namespace

Drupal\search\Plugin

Code

protected $keywords;