public function YamlFormCheckboxesOther::getDefaultProperties in YAML Form 8
Only a few elements don't inherit these default properties.
Overrides Checkboxes::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/ YamlFormCheckboxesOther.php, line 22
Class
- YamlFormCheckboxesOther
- Provides a 'checkboxes_other' element.
Namespace
Drupal\yamlform\Plugin\YamlFormElementCode
public function getDefaultProperties() {
return parent::getDefaultProperties() + self::getOtherProperties();
}