public function WebformElementInterface::postLoad in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::postLoad()
Acts on loaded webform submission.
Parameters
array $element: An element.
\Drupal\webform\WebformSubmissionInterface $webform_submission: A webform submission.
1 method overrides WebformElementInterface::postLoad()
- WebformElementBase::postLoad in src/
Plugin/ WebformElementBase.php - Acts on loaded webform submission.
File
- src/
Plugin/ WebformElementInterface.php, line 840
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function postLoad(array &$element, WebformSubmissionInterface $webform_submission);