You are here

protected property MigrateRowDeleteEvent::$migration in Zircon Profile 8

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

Migration entity.

Type: \Drupal\migrate\Entity\MigrationInterface

File

core/modules/migrate/src/Event/MigrateRowDeleteEvent.php, line 23
Contains \Drupal\migrate\Event\MigrateRowDeleteEvent.

Class

MigrateRowDeleteEvent
Wraps a row deletion event for event listeners.

Namespace

Drupal\migrate\Event

Code

protected $migration;