EventBase
class EventBase extends Event (View source)
Properties
| protected MigrationInterface | $migration | The migration. |
|
| protected MigrateMessageInterface | $message | The current message service. |
Methods
__construct(MigrationInterface $migration, MigrateMessageInterface $message)
Constructs a Migrate event object.
getMigration()
Gets the migration.
logMessage(string $message, string $type = 'status')
Logs a message using the Migrate message service.
Details
__construct(MigrationInterface $migration, MigrateMessageInterface $message)
Constructs a Migrate event object.
MigrationInterface
getMigration()
Gets the migration.
logMessage(string $message, string $type = 'status')
Logs a message using the Migrate message service.