public function WebformEntityInjectionInterface::getWebformSubmission in Webform 6.x
Same name and namespace in other branches
- 8.5 src/Plugin/WebformEntityInjectionInterface.php \Drupal\webform\Plugin\WebformEntityInjectionInterface::getWebformSubmission()
Get the webform submission that this handler is handling.
Return value
\Drupal\webform\WebformSubmissionInterface A webform submission.
File
- src/
Plugin/ WebformEntityInjectionInterface.php, line 50
Class
- WebformEntityInjectionInterface
- Defines the interface for webform entity injection interface.
Namespace
Drupal\webform\PluginCode
public function getWebformSubmission();