You are here

public function WebformHandlerInterface::getWebformSubmission in Webform 8.5

Get the webform submission that this handler is handling.

@todo Webform 8.x-6.x: Replace with WebformEntityInjectionInterface.

Return value

\Drupal\webform\WebformSubmissionInterface A webform submission.

1 method overrides WebformHandlerInterface::getWebformSubmission()
WebformHandlerBase::getWebformSubmission in src/Plugin/WebformHandlerBase.php
Get the webform submission that this handler is handling.

File

src/Plugin/WebformHandlerInterface.php, line 332

Class

WebformHandlerInterface
Defines the interface for webform handlers.

Namespace

Drupal\webform\Plugin

Code

public function getWebformSubmission();