public function WebformSubmissionExporterInterface::getQuery in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getQuery()
Get webform submission query for specified YAMl webform and export options.
Return value
\Drupal\Core\Entity\Query\QueryInterface A webform submission entity query.
1 method overrides WebformSubmissionExporterInterface::getQuery()
- WebformSubmissionExporter::getQuery in src/
WebformSubmissionExporter.php - Get webform submission query for specified YAMl webform and export options.
File
- src/
WebformSubmissionExporterInterface.php, line 158
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function getQuery();