Function Module_admin_setupwizard->detect_addon_operations
Definitions
adminzone/pages/modules/admin_setupwizard.php
- Find what addon operations to perform.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: The list of addons to install, The list of addons to uninstall
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find what addon operations to perform.
*
* @return array A pair: The list of addons to install, The list of addons to uninstall
*/
protected function detect_addon_operations() : array
* Find what addon operations to perform.
*
* @return array A pair: The list of addons to install, The list of addons to uninstall
*/
protected function detect_addon_operations() : array

