You are here

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

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

The properties of the other element.

Type: array

File

src/Element/WebformOtherBase.php, line 58

Class

WebformOtherBase
Base class for webform other element.

Namespace

Drupal\webform\Element

Code

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