You are here

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

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

Weight (priority) of the plugin.

Type: int

File

src/Annotation/WebformSourceEntity.php, line 55

Class

WebformSourceEntity
Defines a webform source entity annotation object.

Namespace

Drupal\webform\Annotation

Code

public $weight = 0;