MigratePrepareRowEvent
final class MigratePrepareRowEvent extends Event (View source)
| internal |
Wraps a prepare-row event for event listeners.
Methods
__construct(Row $row, MigrateSourceInterface $source, MigrationInterface $migration)
Constructs a prepare-row event object.
Row
getRow()
Gets the row object.
MigrateSourceInterface
getSource()
Gets the source plugin.
MigrationInterface
getMigration()
Gets the migration plugin.
Details
__construct(Row $row, MigrateSourceInterface $source, MigrationInterface $migration)
Constructs a prepare-row event object.
Row
getRow()
Gets the row object.
MigrateSourceInterface
getSource()
Gets the source plugin.
MigrationInterface
getMigration()
Gets the migration plugin.