You are here

public function YamlFormUiElementTypeFormBase::__construct in YAML Form 8

Constructs a YamlFormUiElementSelectTypeForm object.

Parameters

\Drupal\yamlform\YamlFormElementManagerInterface $element_manager: The form element manager.

File

modules/yamlform_ui/src/Form/YamlFormUiElementTypeFormBase.php, line 28

Class

YamlFormUiElementTypeFormBase
Provides a abstract element type form for a form element.

Namespace

Drupal\yamlform_ui\Form

Code

public function __construct(YamlFormElementManagerInterface $element_manager) {
  $this->elementManager = $element_manager;
}