You are here

protected property MigrateRowDeleteEvent::$migration in Drupal 10

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

Migration entity.

Type: \Drupal\migrate\Plugin\MigrationInterface

File

core/modules/migrate/src/Event/MigrateRowDeleteEvent.php, line 18

Class

MigrateRowDeleteEvent
Wraps a row deletion event for event listeners.

Namespace

Drupal\migrate\Event

Code

protected $migration;