You are here

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

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

The element's module dependencies.

Type: array

See also

webform_webform_element_info_alter()

File

src/Annotation/WebformSourceEntity.php, line 64

Class

WebformSourceEntity
Defines a webform source entity annotation object.

Namespace

Drupal\webform\Annotation

Code

public $dependencies = [];