You are here

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

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

Flag that defines if #states wrapper should applied be to the element.

Type: bool

File

src/Annotation/WebformElement.php, line 111

Class

WebformElement
Defines a webform element annotation object.

Namespace

Drupal\webform\Annotation

Code

public $states_wrapper = FALSE;