You are here

public property WebformSourceEntity::$weight in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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;