protected static property YamlFormSelectOther::$properties in YAML Form 8
The properties of the element.
Type: array
Overrides YamlFormOtherBase::$properties
File
- src/
Element/ YamlFormSelectOther.php, line 23
Class
- YamlFormSelectOther
- Provides a form element for a select menu with an other option.
Namespace
Drupal\yamlform\ElementCode
protected static $properties = [
'#required',
'#options',
'#default_value',
'#attributes',
'#multiple',
'#empty_value',
'#empty_option',
];