IRepairStepExpensive
extends
IRepairStep
in
Expensive repair steps are non-critical repair steps that might take a long time to execute.
Non-critical means that they are not required to directly be executed during migration to have a working instance, but they might be required to have a fully working instance later on.
Expensive repair steps are only executed when explicitly requested by the administrator.
Tags
Table of Contents
Methods
Methods
getName()
Returns the step's name
public
getName() : string
Tags
Return values
stringrun()
Run repair step.
public
run(IOutput $output) : mixed
Must throw exception on error.
Parameters
- $output : IOutput