class StoreConfig implements ReversibleStep
Methods
__construct(bool $debugMode, DatabaseConfig $dbConfig, BaseUrl $baseUrl, string $configFile, array $queueConfig = ['driver' => 'sync'])
No description
Details
at
line 18
__construct(bool $debugMode, DatabaseConfig $dbConfig, BaseUrl $baseUrl, string $configFile, array $queueConfig = ['driver' => 'sync'])
at
line 27
string
getMessage()
A one-line status message summarizing what's happening in this step.
at
line 32
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.