You are here

public function WebformAnalysis::getWebform in Webform Analysis 8

Get Webform.

Return value

\Drupal\webform\WebformInterface Webform object.

Overrides WebformAnalysisInterface::getWebform

File

src/WebformAnalysis.php, line 40

Class

WebformAnalysis
WebformAnalysis.

Namespace

Drupal\webform_analysis

Code

public function getWebform() {
  return $this->webform;
}