Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (Queue $queue) | |
createUpdaterTask (array $packages, $type, array $additionalOptions=[]) | |
Data Fields | |
const | TASK_TYPE_UPDATE = 'update' |
const | TASK_TYPE_UNINSTALL = 'uninstall' |
const | TASK_TYPE_MAINTENANCE_MODE = 'maintenance_mode' |
Class Updater passes information to the updater application
Definition at line 15 of file Updater.php.
__construct | ( | Queue | $queue | ) |
createUpdaterTask | ( | array | $packages, |
$type, | |||
array | $additionalOptions = [] |
||
) |
Create an update task for Updater app
array | $packages | |
string | $type | |
array | $additionalOptions |
Definition at line 46 of file Updater.php.
const TASK_TYPE_MAINTENANCE_MODE = 'maintenance_mode' |
Definition at line 22 of file Updater.php.
const TASK_TYPE_UNINSTALL = 'uninstall' |
Definition at line 21 of file Updater.php.
const TASK_TYPE_UPDATE = 'update' |
#+ Task types
Definition at line 20 of file Updater.php.