MigrationTaskTrait
trait MigrationTaskTrait (View source)
Properties
Methods
public
void
failedTransaction()
Used in a callback if there is an error with the migration that causes a rolled back DB transaction
Details
__construct()
No description
void
run($request)
deprecated
deprecated 4.2.0 Will be replaced with execute()
No description
void
failedTransaction()
Used in a callback if there is an error with the migration that causes a rolled back DB transaction
abstract void
performMigration()
Perform the actual data migration and publish links as appropriate