You are here

public function AjaxController::__construct in Webform CiviCRM Integration 8.5

File

src/Controller/AjaxController.php, line 22

Class

AjaxController

Namespace

Drupal\webform_civicrm\Controller

Code

public function __construct(Civicrm $civicrm, RequestStack $requestStack) {
  $this->civicrm = $civicrm;
  $this->requestStack = $requestStack;
}