You are here

protected function FacetApiAutocompleteController::setCurrentPathStack in Select 2 8

Set the current path stack.

Parameters

\Drupal\Core\Path\CurrentPathStack $currentPathStack: Current path stack object.

File

modules/select2_facets/src/Controller/FacetApiAutocompleteController.php, line 105

Class

FacetApiAutocompleteController
Defines a route controller for facets autocomplete form elements.

Namespace

Drupal\select2_facets\Controller

Code

protected function setCurrentPathStack(CurrentPathStack $currentPathStack) {
  $this->currentPathStack = $currentPathStack;
}