trait MigrationTaskTrait (View source)

deprecated 5.0.0 Will be removed without equivalent functionality.

Properties

Methods

public
__construct()

No description

protected
int
execute(InputInterface $input, PolyOutput $output)

No description

public
array
getOptions()

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

protected int execute(InputInterface $input, PolyOutput $output)

No description

Parameters

InputInterface $input
PolyOutput $output

Return Value

int

array getOptions()

No description

Return Value

array

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