You are here

public function WebformUiElementFormInterface::getWebform in Webform 8.5

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

Return the webform associated with this form.

Return value

\Drupal\webform\WebformInterface A form

1 method overrides WebformUiElementFormInterface::getWebform()
WebformUiElementFormBase::getWebform in modules/webform_ui/src/Form/WebformUiElementFormBase.php
Return the webform associated with this form.

File

modules/webform_ui/src/Form/WebformUiElementFormInterface.php, line 27

Class

WebformUiElementFormInterface
Provides an interface for webform element webform.

Namespace

Drupal\webform_ui\Form

Code

public function getWebform();