You are here

public function WebformSubmissionInterface::getWebform in Webform 6.x

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

Gets the webform submission's webform entity.

Return value

\Drupal\webform\WebformInterface The webform entity.

1 method overrides WebformSubmissionInterface::getWebform()
WebformSubmission::getWebform in src/Entity/WebformSubmission.php
Gets the webform submission's webform entity.

File

src/WebformSubmissionInterface.php, line 400

Class

WebformSubmissionInterface
Provides an interface defining a webform submission entity.

Namespace

Drupal\webform

Code

public function getWebform();