You are here

function WebformAjax::__construct in Webform CiviCRM Integration 8.5

File

src/WebformAjax.php, line 23
Front-end form ajax handler.

Class

WebformAjax
Class WebformAjax

Namespace

Drupal\webform_civicrm

Code

function __construct(RequestStack $requestStack) {
  $this->requestStack = $requestStack;
}