You are here

public static function WebformComputedInterface::computeValue in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Element/WebformComputedInterface.php \Drupal\webform\Element\WebformComputedInterface::computeValue()

Compute value.

Parameters

array $element: An element.

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

Return value

string The computed value.

1 method overrides WebformComputedInterface::computeValue()
WebformComputedBase::computeValue in src/Element/WebformComputedBase.php
Compute value.

File

src/Element/WebformComputedInterface.php, line 44

Class

WebformComputedInterface
Defines an interface for webform computed element.

Namespace

Drupal\webform\Element

Code

public static function computeValue(array $element, WebformSubmissionInterface $webform_submission);