|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (ObjectManagerInterface $objectManager, LoggerInterface $logger, StorageInterface $versionStorage, DeployStrategyFactory $deployStrategyFactory, QueueFactory $queueFactory) | |
| deploy (array $options) | |
Main service for static content deployment
Aggregates services to deploy static files, static files bundles, translations and minified templates
Definition at line 20 of file DeployStaticContent.php.
| __construct | ( | ObjectManagerInterface | $objectManager, |
| LoggerInterface | $logger, | ||
| StorageInterface | $versionStorage, | ||
| DeployStrategyFactory | $deployStrategyFactory, | ||
| QueueFactory | $queueFactory | ||
| ) |
DeployStaticContent constructor
| ObjectManagerInterface | $objectManager | |
| LoggerInterface | $logger | |
| StorageInterface | $versionStorage | |
| DeployStrategyFactory | $deployStrategyFactory | |
| QueueFactory | $queueFactory |
Definition at line 56 of file DeployStaticContent.php.
| deploy | ( | array | $options | ) |
Run deploy procedure
| array | $options |
Definition at line 76 of file DeployStaticContent.php.