You are here

public function WebformElementBase::postLoad in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformElementBase.php \Drupal\webform\Plugin\WebformElementBase::postLoad()

Acts on loaded webform submission.

Parameters

array $element: An element.

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

Overrides WebformElementInterface::postLoad

1 method overrides WebformElementBase::postLoad()
WebformTestElement::postLoad in tests/modules/webform_test_element/src/Plugin/WebformElement/WebformTestElement.php
Acts on loaded webform submission.

File

src/Plugin/WebformElementBase.php, line 2319

Class

WebformElementBase
Provides a base class for a webform element.

Namespace

Drupal\webform\Plugin

Code

public function postLoad(array &$element, WebformSubmissionInterface $webform_submission) {
}