protected static property YamlFormOtherBase::$properties in YAML Form 8
The properties of the element.
Type: array
File
- src/
Element/ YamlFormOtherBase.php, line 32
Class
- YamlFormOtherBase
- Base class for form other element.
Namespace
Drupal\yamlform\ElementCode
protected static $properties = [
'#required',
'#options',
'#options_display',
'#default_value',
'#attributes',
];