public function YamlFormSubmissionExporterInterface::getSourceEntity in YAML Form 8
Get the form source entity whose submissions are being exported.
Return value
\Drupal\Core\Entity\EntityInterface A form's source entity.
1 method overrides YamlFormSubmissionExporterInterface::getSourceEntity()
- YamlFormSubmissionExporter::getSourceEntity in src/
YamlFormSubmissionExporter.php - Get the form source entity whose submissions are being exported.
File
- src/
YamlFormSubmissionExporterInterface.php, line 43
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function getSourceEntity();