Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 69483cc

Browse files
committed
DW-532: Add comment
1 parent 5b27ec6 commit 69483cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Helper/WebformHelper.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,19 @@ public function getTemplateContext(WebformSubmissionInterface $webformSubmission
9696
];
9797
}
9898

99+
/**
100+
* Send digital post.
101+
*
102+
* @param string $submissionId
103+
* The submission ID.
104+
* @param array $handlerConfiguration
105+
* Handler config.
106+
*
107+
* @throws CprElementNotFoundInSubmissionException
108+
* @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
109+
* @throws \Drupal\Component\Plugin\Exception\PluginNotFoundException
110+
* @throws \ItkDev\Serviceplatformen\Service\Exception\ServiceException
111+
*/
99112
public function sendDigitalPost(string $submissionId, array $handlerConfiguration) {
100113
/** @var \Drupal\webform\Entity\WebformSubmission $submission */
101114
$webform_submission = $this->getSubmission($submissionId);

0 commit comments

Comments
 (0)