You are here

public property WebformElement::$hidden in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Annotation/WebformElement.php \Drupal\webform\Annotation\WebformElement::hidden

Flag that defines hidden element.

Type: bool

File

src/Annotation/WebformElement.php, line 90

Class

WebformElement
Defines a webform element annotation object.

Namespace

Drupal\webform\Annotation

Code

public $hidden = FALSE;