public property MigrateField::$weight in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate_drupal/src/Annotation/MigrateField.php \Drupal\migrate_drupal\Annotation\MigrateField::weight
The weight of this plugin relative to other plugins.
The weight of this plugin relative to other plugins servicing the same field type and core version. The lowest weighted applicable plugin will be used for each field.
Type: int
File
- core/
modules/ migrate_drupal/ src/ Annotation/ MigrateField.php, line 83
Class
- MigrateField
- Defines a field plugin annotation object.
Namespace
Drupal\migrate_drupal\AnnotationCode
public $weight = 0;