You are here

protected function YamlFormHandlerEditForm::prepareYamlFormHandler in YAML Form 8

File

src/Form/YamlFormHandlerEditForm.php, line 25

Class

YamlFormHandlerEditForm
Provides an edit form for form handlers.

Namespace

Drupal\yamlform\Form

Code

protected function prepareYamlFormHandler($yamlform_handler) {
  return $this->yamlform
    ->getHandler($yamlform_handler);
}