You are here

public function WebformElementInterface::postCreate in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::postCreate()

Acts on a webform submission element after it is created.

Parameters

array $element: An element.

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

1 method overrides WebformElementInterface::postCreate()
WebformElementBase::postCreate in src/Plugin/WebformElementBase.php
Acts on a webform submission element after it is created.

File

src/Plugin/WebformElementInterface.php, line 830

Class

WebformElementInterface
Defines the interface for webform elements.

Namespace

Drupal\webform\Plugin

Code

public function postCreate(array &$element, WebformSubmissionInterface $webform_submission);