Mercurial > hg > cmmr2012-drupal-site
comparison modules/contrib/migrate_plus/src/Event/MigratePrepareRowEvent.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
36 /** | 36 /** |
37 * Constructs a prepare-row event object. | 37 * Constructs a prepare-row event object. |
38 * | 38 * |
39 * @param \Drupal\migrate\Row $row | 39 * @param \Drupal\migrate\Row $row |
40 * Row of source data to be analyzed/manipulated. | 40 * Row of source data to be analyzed/manipulated. |
41 * | |
42 * @param \Drupal\migrate\Plugin\MigrateSourceInterface $source | 41 * @param \Drupal\migrate\Plugin\MigrateSourceInterface $source |
43 * Source plugin that is the source of the event. | 42 * Source plugin that is the source of the event. |
44 * | |
45 * @param \Drupal\migrate\Plugin\MigrationInterface $migration | 43 * @param \Drupal\migrate\Plugin\MigrationInterface $migration |
46 * Migration entity. | 44 * Migration entity. |
47 */ | 45 */ |
48 public function __construct(Row $row, MigrateSourceInterface $source, MigrationInterface $migration) { | 46 public function __construct(Row $row, MigrateSourceInterface $source, MigrationInterface $migration) { |
49 $this->row = $row; | 47 $this->row = $row; |