You are here

public function WebformRequestInterface::getWebformEntities in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformRequestInterface.php \Drupal\webform\WebformRequestInterface::getWebformEntities()

Get the webform 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::getWebformEntities()
WebformRequest::getWebformEntities in src/WebformRequest.php
Get the webform and source entity for the current request.

File

src/WebformRequestInterface.php, line 80

Class

WebformRequestInterface
Provides an interface defining a webform request handler.

Namespace

Drupal\webform

Code

public function getWebformEntities();