You are here

YamlFormRadiosOther.php in YAML Form 8

File

src/Element/YamlFormRadiosOther.php
View source
<?php

namespace Drupal\yamlform\Element;


/**
 * Provides a form element for radio buttons with an other option.
 *
 * @FormElement("yamlform_radios_other")
 */
class YamlFormRadiosOther extends YamlFormOtherBase {

  /**
   * {@inheritdoc}
   */
  protected static $type = 'radios';

}

Classes

Namesort descending Description
YamlFormRadiosOther Provides a form element for radio buttons with an other option.