You are here

public function YamlFormHandlerBase::getYamlForm in YAML Form 8

Get the form that this handler is attached to.

Return value

\Drupal\yamlform\YamlFormInterface A form.

1 call to YamlFormHandlerBase::getYamlForm()
RemotePostYamlFormHandler::buildConfigurationForm in src/Plugin/YamlFormHandler/RemotePostYamlFormHandler.php
Form constructor.

File

src/YamlFormHandlerBase.php, line 104

Class

YamlFormHandlerBase
Provides a base class for a form handler.

Namespace

Drupal\yamlform

Code

public function getYamlForm() {
  return $this->yamlform;
}