Function Hook_admin_setupwizard_installprofiles_shopping->get_addon_list
Definitions
sources/hooks/modules/admin_setupwizard_installprofiles/shopping.php
- Get a list of addons that are kept with this installation profile (added to the list of addons always kept).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Pair: List of addons in the profile, Separated list of ones to show under advanced
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of addons that are kept with this installation profile (added to the list of addons always kept).
*
* @return array Pair: List of addons in the profile, Separated list of ones to show under advanced
*/
public function get_addon_list() : array
* Get a list of addons that are kept with this installation profile (added to the list of addons always kept).
*
* @return array Pair: List of addons in the profile, Separated list of ones to show under advanced
*/
public function get_addon_list() : array

