public property MigrateSource::$minimum_version in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::minimum_version
- 9 core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::minimum_version
Specifies the minimum version of the source provider.
This can be any type, and the source plugin itself determines how it is used. For example, Migrate Drupal's source plugins expect this to be an integer representing the minimum installed database schema version of the module specified by source_module.
Type: mixed
File
- core/
modules/ migrate/ src/ Annotation/ MigrateSource.php, line 66
Class
- MigrateSource
- Defines a migration source plugin annotation object.
Namespace
Drupal\migrate\AnnotationCode
public $minimum_version;