You are here

protected property WebformElementBase::$defaultProperties in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementBase.php \Drupal\webform\Plugin\WebformElementBase::defaultProperties

An associative array of an element's default properties names and values.

Type: array

File

src/Plugin/WebformElementBase.php, line 127

Class

WebformElementBase
Provides a base class for a webform element.

Namespace

Drupal\webform\Plugin

Code

protected $defaultProperties;