You are here

public function YamlFormRequestInterface::getYamlFormSubmissionEntities in YAML Form 8

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

Return value

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

1 method overrides YamlFormRequestInterface::getYamlFormSubmissionEntities()
YamlFormRequest::getYamlFormSubmissionEntities in src/YamlFormRequest.php
Get the form submission and source entity for the current request.

File

src/YamlFormRequestInterface.php, line 50

Class

YamlFormRequestInterface
Provides an interface defining a form request handler.

Namespace

Drupal\yamlform

Code

public function getYamlFormSubmissionEntities();