You are here

protected static property WebformOtherBase::$otherProperties in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Element/WebformOtherBase.php \Drupal\webform\Element\WebformOtherBase::otherProperties

The properties of the other element.

Type: array

File

src/Element/WebformOtherBase.php, line 57

Class

WebformOtherBase
Base class for webform other element.

Namespace

Drupal\webform\Element

Code

protected static $otherProperties = [
  '#required_error',
];