public function YamlFormRadiosOther::getDefaultProperties in YAML Form 8
Only a few elements don't inherit these default properties.
Overrides Radios::getDefaultProperties
See also
\Drupal\yamlform\Plugin\YamlFormElement\Textarea
\Drupal\yamlform\Plugin\YamlFormElement\YamlFormLikert
\Drupal\yamlform\Plugin\YamlFormElement\YamlFormCompositeBase
\Drupal\yamlform\Plugin\YamlFormElement\ContainerBase
File
- src/
Plugin/ YamlFormElement/ YamlFormRadiosOther.php, line 19
Class
- YamlFormRadiosOther
- Provides a 'radios_other' element.
Namespace
Drupal\yamlform\Plugin\YamlFormElementCode
public function getDefaultProperties() {
return parent::getDefaultProperties() + self::getOtherProperties();
}