function SearchInterface::getParameters

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

Returns the current parameters set using setSearch().

Return value

array The parameters.

1 method overrides SearchInterface::getParameters()
SearchPluginBase::getParameters in core/modules/search/src/Plugin/SearchPluginBase.php
Returns the current parameters set using setSearch().

File

core/modules/search/src/Plugin/SearchInterface.php, line 43

Class

SearchInterface
Defines a common interface for all SearchPlugin objects.

Namespace

Drupal\search\Plugin

Code

public function getParameters();

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