function yamlform_preprocess_radios in YAML Form 8
Prepares variables for radios templates.
See also
\Drupal\yamlform\Plugin\YamlFormElement\OptionsBase
File
- ./
yamlform.module, line 542 - Enables the creation of forms and questionnaires.
Code
function yamlform_preprocess_radios(&$variables) {
yamlform_preprocess_checkboxes($variables);
}