SearchPluginBase::$searchParameters

Same name and namespace in other branches
  1. 9 core/modules/search/src/Plugin/SearchPluginBase.php \Drupal\search\Plugin\SearchPluginBase::searchParameters
  2. 8.9.x core/modules/search/src/Plugin/SearchPluginBase.php \Drupal\search\Plugin\SearchPluginBase::searchParameters
  3. 10 core/modules/search/src/Plugin/SearchPluginBase.php \Drupal\search\Plugin\SearchPluginBase::searchParameters

Array of parameters from the query string from the request.

Type: array

File

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

Class

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

Namespace

Drupal\search\Plugin

Code

protected $searchParameters;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.