You are here

public function GlossaryAZAllItemsProcessor::setPagerParams in Search API AZ Glossary 8.4

Sets pager parameters service.

Parameters

\Drupal\Core\Pager\PagerParametersInterface $pager_params:

Return value

$this Current object.

File

src/Plugin/facets/processor/GlossaryAZAllItemsProcessor.php, line 57

Class

GlossaryAZAllItemsProcessor
Provides a processor to show All items in Glossary AZ.

Namespace

Drupal\search_api_glossary\Plugin\facets\processor

Code

public function setPagerParams(PagerParametersInterface $pager_params) {
  $this->pagerParams = $pager_params;
  return $this;
}