MigrateRollbackEvent
class MigrateRollbackEvent extends Event (View source)
Wraps a pre- or post-rollback event for event listeners.
Properties
| protected MigrationInterface | $migration | Migration entity. |
Methods
getMigration()
Gets the migration entity.
Details
__construct(MigrationInterface $migration)
Constructs an rollback event object.
MigrationInterface
getMigration()
Gets the migration entity.