Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (PackagePool $packagePool, Queue $queue) | |
deploy (array $options) | |
Compact deployment strategy implementation
Definition at line 15 of file CompactDeploy.php.
__construct | ( | PackagePool | $packagePool, |
Queue | $queue | ||
) |
CompactDeploy constructor
PackagePool | $packagePool | |
Queue | $queue |
Definition at line 37 of file CompactDeploy.php.
deploy | ( | array | $options | ) |
Execute deployment of static files
array | $options |
Implements StrategyInterface.
Definition at line 48 of file CompactDeploy.php.