You are here

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

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

The properties of the element.

Type: array

See also

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

File

src/Element/WebformOtherBase.php, line 40

Class

WebformOtherBase
Base class for webform other element.

Namespace

Drupal\webform\Element

Code

protected static $properties = [
  '#title',
  '#required',
  '#required_error',
  '#options',
  '#options_display',
  '#options_randomize',
  '#options_description_display',
  '#options__properties',
  '#default_value',
  '#attributes',
];