You are here

protected property MigratePrepareRowEvent::$migration in Migrate Plus 8

Same name and namespace in other branches
  1. 8.5 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::migration
  2. 8.2 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::migration
  3. 8.3 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::migration
  4. 8.4 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::migration

Migration entity.

Type: \Drupal\migrate\Entity\MigrationInterface

File

src/Event/MigratePrepareRowEvent.php, line 39
Contains \Drupal\migrate_plus\Event\MigratePrepareRowEvent.

Class

MigratePrepareRowEvent
Wraps a prepare-row event for event listeners.

Namespace

Drupal\migrate_plus\Event

Code

protected $migration;