Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (WebLogger $logger, InstallerFactory $installerFactory, ProgressFactory $progressFactory, \Magento\Framework\Setup\SampleData\State $sampleDataState, DeploymentConfig $deploymentConfig, RequestDataConverter $requestDataConverter) | |
indexAction () | |
startAction () | |
progressAction () | |
Protected Attributes | |
$sampleDataState | |
Install controller
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 27 of file Install.php.
__construct | ( | WebLogger | $logger, |
InstallerFactory | $installerFactory, | ||
ProgressFactory | $progressFactory, | ||
\Magento\Framework\Setup\SampleData\State | $sampleDataState, | ||
DeploymentConfig | $deploymentConfig, | ||
RequestDataConverter | $requestDataConverter | ||
) |
Default Constructor
WebLogger | $logger | |
InstallerFactory | $installerFactory | |
ProgressFactory | $progressFactory | |
\Magento\Framework\Setup\SampleData\State | $sampleDataState | |
\Magento\Framework\App\DeploymentConfig | $deploymentConfig | |
RequestDataConverter | $requestDataConverter |
Definition at line 69 of file Install.php.
indexAction | ( | ) |
Definition at line 88 of file Install.php.
progressAction | ( | ) |
Checks progress of installation
Definition at line 132 of file Install.php.
startAction | ( | ) |
|
protected |
Definition at line 47 of file Install.php.