You are here

public function RouteEnhancer::__construct in Janrain Registration 8

File

src/RouteEnhancer.php, line 30

Class

RouteEnhancer
The route enhancer.

Namespace

Drupal\janrain_capture

Code

public function __construct(JanrainCaptureApiInterface $capture_api) {
  $this->captureApi = $capture_api;
}