You are here

protected static property YamlFormOtherBase::$properties in YAML Form 8

The properties of the element.

Type: array

File

src/Element/YamlFormOtherBase.php, line 32

Class

YamlFormOtherBase
Base class for form other element.

Namespace

Drupal\yamlform\Element

Code

protected static $properties = [
  '#required',
  '#options',
  '#options_display',
  '#default_value',
  '#attributes',
];