You are here

protected static property WebformRadiosOther::$type in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Element/WebformRadiosOther.php \Drupal\webform\Element\WebformRadiosOther::type

The type of element.

Type: string

Overrides WebformOtherBase::$type

File

src/Element/WebformRadiosOther.php, line 17

Class

WebformRadiosOther
Provides a webform element for radio buttons with an other option.

Namespace

Drupal\webform\Element

Code

protected static $type = 'radios';