public function WebformHandlerFormBase::getWebform in Webform 6.x
Same name and namespace in other branches
- 8.5 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 381
Class
- WebformHandlerFormBase
- Provides a base webform for webform handlers.
Namespace
Drupal\webform\FormCode
public function getWebform() {
return $this->webform;
}