You are here

protected function YamlFormEntityOptionsTrait::getElementSelectorInputsOptions in YAML Form 8

File

src/Plugin/YamlFormElement/YamlFormEntityOptionsTrait.php, line 38

Class

YamlFormEntityOptionsTrait
Provides an 'entity_reference' with options trait.

Namespace

Drupal\yamlform\Plugin\YamlFormElement

Code

protected function getElementSelectorInputsOptions(array $element) {
  YamlFormEntityTrait::setOptions($element);
  return parent::getElementSelectorInputsOptions($element);
}