You are here

public function YamlFormElementInterface::postCreate in YAML Form 8

Acts on a form submission element after it is created.

Parameters

array $element: An element.

\Drupal\yamlform\YamlFormSubmissionInterface $yamlform_submission: A form submission.

1 method overrides YamlFormElementInterface::postCreate()
YamlFormElementBase::postCreate in src/YamlFormElementBase.php
Acts on a form submission element after it is created.

File

src/YamlFormElementInterface.php, line 526

Class

YamlFormElementInterface
Defines the interface for form elements.

Namespace

Drupal\yamlform

Code

public function postCreate(array &$element, YamlFormSubmissionInterface $yamlform_submission);