You are here

protected property MigrationLookup::$migration in Drupal 9

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

The migration to be executed.

Type: \Drupal\migrate\Plugin\MigrationInterface

File

core/modules/migrate/src/Plugin/migrate/process/MigrationLookup.php, line 134

Class

MigrationLookup
Looks up the value of a property based on a previous migration.

Namespace

Drupal\migrate\Plugin\migrate\process

Code

protected $migration;