You are here

public function YamlFormRequestInterface::getCurrentYamlForm in YAML Form 8

Get form associated with the current request.

Return value

\Drupal\yamlform\YamlFormInterface|null The current request's form.

1 method overrides YamlFormRequestInterface::getCurrentYamlForm()
YamlFormRequest::getCurrentYamlForm in src/YamlFormRequest.php
Get form associated with the current request.

File

src/YamlFormRequestInterface.php, line 32

Class

YamlFormRequestInterface
Provides an interface defining a form request handler.

Namespace

Drupal\yamlform

Code

public function getCurrentYamlForm();