You are here

public function FancyLoginController::__construct in Fancy Login 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Controller/FancyLoginController.php \Drupal\fancy_login\Controller\FancyLoginController::__construct()

Constructs a FancyLoginController object.

Parameters

\Drupal\Core\Form\FormBuilderInterface $formBuilder: The form builder service.

File

src/Controller/FancyLoginController.php, line 38

Class

FancyLoginController
The ajax controller for the fancy login module.

Namespace

Drupal\fancy_login\Controller

Code

public function __construct(FormBuilderInterface $formBuilder) {
  $this->formBuilder = $formBuilder;
}