public property FieldHandler::$weight in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Annotation/FieldHandler.php \Drupal\cms_content_sync\Annotation\FieldHandler::weight
- 2.0.x src/Annotation/FieldHandler.php \Drupal\cms_content_sync\Annotation\FieldHandler::weight
The weight.
An integer to determine the weight of this handler relative to other handlersin the Field UI when selecting a handler for a given field.
Type: intoptional
File
- src/
Annotation/ FieldHandler.php, line 67
Class
- FieldHandler
- Defines a FieldHandler annotation object.
Namespace
Drupal\cms_content_sync\AnnotationCode
public $weight;