class EnableBundledExtensions implements Step
Constants
EXTENSION_WHITELIST |
|
Methods
Details
at
line 40
__construct(ConnectionInterface $database, $vendorPath, $assetPath)
at
line 47
string
getMessage()
A one-line status message summarizing what's happening in this step.
at
line 52
void
run()
Do the work that constitutes this step.
This method should raise a <code>StepFailed</code> exception whenever something goes wrong that should result in the entire installation being reverted.