You are here

public function WebformHandlerFormBase::getWebform in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Form/WebformHandlerFormBase.php \Drupal\webform\Form\WebformHandlerFormBase::getWebform()

Get the webform handler's webform.

Return value

\Drupal\webform\WebformInterface A webform.

File

src/Form/WebformHandlerFormBase.php, line 405

Class

WebformHandlerFormBase
Provides a base webform for webform handlers.

Namespace

Drupal\webform\Form

Code

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