You are here

public function AuthenticationController::__construct in Janrain Registration 8

File

src/Controller/AuthenticationController.php, line 39

Class

AuthenticationController
Authentication controller.

Namespace

Drupal\janrain_capture\Controller

Code

public function __construct(JanrainCaptureApi $capture_api, JanrainMarkupBuilder $markup_builder) {
  $this->captureApi = $capture_api;
  $this->markupBuilder = $markup_builder;
}