You are here

public property EntityHandler::$weight in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Annotation/EntityHandler.php \Drupal\cms_content_sync\Annotation\EntityHandler::weight
  2. 2.1.x src/Annotation/EntityHandler.php \Drupal\cms_content_sync\Annotation\EntityHandler::weight

The weight.

An integer to determine the weight of this handler relative to other handlers in the Field UI when selecting a handler for a given field.

Type: intoptional

File

src/Annotation/EntityHandler.php, line 58

Class

EntityHandler
Defines a EntityHandler annotation object.

Namespace

Drupal\cms_content_sync\Annotation

Code

public $weight;