You are here

public function WebformRequestInterface::getWebformSubmissionEntities in Webform 8.5

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

Get the webform submission and source entity for the current request.

Return value

array An array containing the webform and source entity for the current request.

1 method overrides WebformRequestInterface::getWebformSubmissionEntities()
WebformRequest::getWebformSubmissionEntities in src/WebformRequest.php
Get the webform submission and source entity for the current request.

File

src/WebformRequestInterface.php, line 89

Class

WebformRequestInterface
Provides an interface defining a webform request handler.

Namespace

Drupal\webform

Code

public function getWebformSubmissionEntities();