You are here

protected property MigratePostRowSaveEvent::$destinationIdValues in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Event/MigratePostRowSaveEvent.php \Drupal\migrate\Event\MigratePostRowSaveEvent::destinationIdValues

The row's destination ID.

Type: array|bool

File

core/modules/migrate/src/Event/MigratePostRowSaveEvent.php, line 19

Class

MigratePostRowSaveEvent
Wraps a post-save event for event listeners.

Namespace

Drupal\migrate\Event

Code

protected $destinationIdValues = [];