You are here

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

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

The type of element.

Type: string

Overrides WebformOtherBase::$type

File

src/Element/WebformSelectOther.php, line 18

Class

WebformSelectOther
Provides a webform element for a select menu with an other option.

Namespace

Drupal\webform\Element

Code

protected static $type = 'select';