You are here

public property MigrateSource::$minimum_version in Drupal 8

Same name and namespace in other branches
  1. 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\Annotation

Code

public $minimum_version;