You are here

protected property WebformSubmissionAjaxResponse::$submission in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Ajax/WebformSubmissionAjaxResponse.php \Drupal\webform\Ajax\WebformSubmissionAjaxResponse::submission

The webform submission of this ajax request.

Type: \Drupal\webform\WebformSubmissionInterface

File

src/Ajax/WebformSubmissionAjaxResponse.php, line 22

Class

WebformSubmissionAjaxResponse
Custom JSON response object for an ajax webform submission response.

Namespace

Drupal\webform\Ajax

Code

protected $submission;