You are here

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

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

The properties of the element.

Type: array

Overrides WebformOtherBase::$properties

See also

\Drupal\webform\Element\WebformSelectOther::$properties

File

src/Element/WebformSelectOther.php, line 23

Class

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

Namespace

Drupal\webform\Element

Code

protected static $properties = [
  '#title',
  '#required',
  '#required_error',
  '#options',
  '#default_value',
  '#attributes',
  '#multiple',
  '#empty_value',
  '#empty_option',
  '#sort_options',
  '#ajax',
];