You are here

public function WebformRequestInterface::getCurrentWebformSubmission in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformRequestInterface.php \Drupal\webform\WebformRequestInterface::getCurrentWebformSubmission()

Get webform submission associated with the current request.

Return value

\Drupal\webform\WebformSubmissionInterface|null The current request's webform submission.

1 method overrides WebformRequestInterface::getCurrentWebformSubmission()
WebformRequest::getCurrentWebformSubmission in src/WebformRequest.php
Get webform submission associated with the current request.

File

src/WebformRequestInterface.php, line 45

Class

WebformRequestInterface
Provides an interface defining a webform request handler.

Namespace

Drupal\webform

Code

public function getCurrentWebformSubmission();