MigrateSource::$minimum_version

Same name in other branches
  1. 9 core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::minimum_version
  2. 10 core/modules/migrate/src/Annotation/MigrateSource.php \Drupal\migrate\Annotation\MigrateSource::minimum_version
  3. 11.x 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\Annotation

Code

public $minimum_version;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.