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\YamlFormElementCode
protected function getElementSelectorInputsOptions(array $element) {
YamlFormEntityTrait::setOptions($element);
return parent::getElementSelectorInputsOptions($element);
}