You are here

public property WebformElement::$composite in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Annotation/WebformElement.php \Drupal\webform\Annotation\WebformElement::composite

Flag that defines composite element.

Type: bool

File

src/Annotation/WebformElement.php, line 104

Class

WebformElement
Defines a webform element annotation object.

Namespace

Drupal\webform\Annotation

Code

public $composite = FALSE;