You are here

public property MigrateSource::$minimum_version in Zircon Profile 8

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

Type: mixed

File

core/modules/migrate/src/Annotation/MigrateSource.php, line 72
Contains \Drupal\migrate\Annotation\MigrateSource.

Class

MigrateSource
Defines a migration source plugin annotation object.

Namespace

Drupal\migrate\Annotation

Code

public $minimum_version;