You are here

public function WebformSubmissionInterface::invokeWebformElements in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionInterface.php \Drupal\webform\WebformSubmissionInterface::invokeWebformElements()

Invoke a webform element elements method.

Parameters

string $method: The webform element method to be invoked.

1 method overrides WebformSubmissionInterface::invokeWebformElements()
WebformSubmission::invokeWebformElements in src/Entity/WebformSubmission.php
Invoke a webform element elements method.

File

src/WebformSubmissionInterface.php, line 449

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function invokeWebformElements($method);