You are here

protected property MigrateExecutable::$migration in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::migration

The configuration of the migration to do.

Type: \Drupal\migrate\Plugin\MigrationInterface

File

core/modules/migrate/src/MigrateExecutable.php, line 30

Class

MigrateExecutable
Defines a migrate executable class.

Namespace

Drupal\migrate

Code

protected $migration;