You are here

public function ExampleWebformHandler::postCreate in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_example_handler/src/Plugin/WebformHandler/ExampleWebformHandler.php \Drupal\webform_example_handler\Plugin\WebformHandler\ExampleWebformHandler::postCreate()

Acts on a webform submission after it is created.

Parameters

\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.

Overrides WebformHandlerBase::postCreate

File

modules/webform_example_handler/src/Plugin/WebformHandler/ExampleWebformHandler.php, line 153

Class

ExampleWebformHandler
Webform example handler.

Namespace

Drupal\webform_example_handler\Plugin\WebformHandler

Code

public function postCreate(WebformSubmissionInterface $webform_submission) {
  $this
    ->debug(__FUNCTION__);
}