class EnableBundledExtensions implements Step
Constants
| EXTENSION_WHITELIST |
|
Methods
__construct(ConnectionInterface $database, $vendorPath, $assetPath, $enabledExtensions = null)
No description
Details
at
line 69
__construct(ConnectionInterface $database, $vendorPath, $assetPath, $enabledExtensions = null)
at
line 77
string
getMessage()
A one-line status message summarizing what's happening in this step.
at
line 82
void
run()
Do the work that constitutes this step.
This method should raise a `StepFailed` exception whenever something goes wrong that should result in the entire installation being reverted.