You are here

protected property MigrateExecutable::$migration in Zircon Profile 8

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

The configuration of the migration to do.

Type: \Drupal\migrate\Entity\Migration

File

core/modules/migrate/src/MigrateExecutable.php, line 34
Contains \Drupal\migrate\MigrateExecutable.

Class

MigrateExecutable
Defines a migrate executable class.

Namespace

Drupal\migrate

Code

protected $migration;