You are here

public function YamlFormUiElementFormInterface::getYamlForm in YAML Form 8

Return the form associated with this form.

Return value

\Drupal\yamlform\YamlFormInterface A form

1 method overrides YamlFormUiElementFormInterface::getYamlForm()
YamlFormUiElementFormBase::getYamlForm in modules/yamlform_ui/src/Form/YamlFormUiElementFormBase.php
Return the form associated with this form.

File

modules/yamlform_ui/src/Form/YamlFormUiElementFormInterface.php, line 27

Class

YamlFormUiElementFormInterface
Provides an interface for form element form.

Namespace

Drupal\yamlform_ui\Form

Code

public function getYamlForm();