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\yamlformCode
public function getYamlFormSubmissionEntities();