You are here

public function MultiStepFormController::__construct in User Merge 2.x

MergeAccountsForm constructor.

Parameters

\Drupal\usermerge\ReviewFormSwitcherInterface $review_switcher: Review form steps.

File

src/Controller/MultiStepFormController.php, line 31

Class

MultiStepFormController
Class MultiStepFormController.

Namespace

Drupal\usermerge\Controller

Code

public function __construct(ReviewFormSwitcherInterface $review_switcher) {
  $this->reviewSwitcher = $review_switcher;
}