You are here

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

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

The element's module dependencies.

Type: array

See also

webform_webform_element_info_alter()

File

src/Annotation/WebformElement.php, line 47

Class

WebformElement
Defines a webform element annotation object.

Namespace

Drupal\webform\Annotation

Code

public $dependencies = [];