trait MigrationTaskTrait (View source)

deprecated 4.0.0 Will be removed without equivalent functionality.

Properties

Methods

public
__construct()

No description

public
void
run($request)

No description

public
void
failedTransaction()

Used in a callback if there is an error with the migration that causes a rolled back DB transaction

public
void
performMigration()

Perform the actual data migration and publish links as appropriate

Details

__construct()

No description

void run($request)

No description

Parameters

$request

Return Value

void

void failedTransaction()

Used in a callback if there is an error with the migration that causes a rolled back DB transaction

Return Value

void

abstract void performMigration()

Perform the actual data migration and publish links as appropriate

Return Value

void