
| Current Path : /var/www/html/c12park/web/modules/contrib/webform/src/Plugin/WebformElement/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/c12park/web/modules/contrib/webform/src/Plugin/WebformElement/WebformRadiosOther.php |
<?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 {}