MigratePrepareRowEvent
final class MigratePrepareRowEvent extends Event (View source)
| internal |
Wraps a prepare-row event for event listeners.
Properties
| protected Row | $row | Row object. |
|
| protected MigrateSourceInterface | $source | Migration source plugin. |
|
| protected MigrationInterface | $migration | Migration plugin. |
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.