You are here

WebformRadiosOther.php in Webform 6.x

File

src/Plugin/WebformElement/WebformRadiosOther.php
View source
<?php

namespace Drupal\webform\Plugin\WebformElement;

use Drupal\webform\Plugin\WebformElementOtherInterface;

/**
 * Provides a 'radios_other' element.
 *
 * @WebformElement(
 *   id = "webform_radios_other",
 *   label = @Translation("Radios other"),
 *   description = @Translation("Provides a form element for a set of radio buttons, with the ability to enter a custom value."),
 *   category = @Translation("Options elements"),
 * )
 */
class WebformRadiosOther extends Radios implements WebformElementOtherInterface {

}

Classes

Namesort descending Description
WebformRadiosOther Provides a 'radios_other' element.