MigratePreRowSaveEvent
class MigratePreRowSaveEvent extends EventBase (View source)
Wraps a pre-save event for event listeners.
Properties
| protected MigrationInterface | $migration | The migration. |
from EventBase |
| protected MigrateMessageInterface | $message | The current message service. |
from EventBase |
| protected Row | $row | Row object. |
Methods
__construct(MigrationInterface $migration, MigrateMessageInterface $message, Row $row)
Constructs a pre-save event object.
logMessage(string $message, string $type = 'status')
Logs a message using the Migrate message service.
from
EventBase
Details
__construct(MigrationInterface $migration, MigrateMessageInterface $message, Row $row)
Constructs a pre-save event object.
MigrationInterface
getMigration()
Gets the migration.
logMessage(string $message, string $type = 'status')
Logs a message using the Migrate message service.
Row
getRow()
Gets the row object.