Function Hook_admin_setupwizard_installprofiles_minimalistic->get_addon_list
Definitions
sources/hooks/modules/admin_setupwizard_installprofiles/minimalistic.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
- Triple: List of addons in the profile, Separated list of ones to show under advanced, Ones we really are shunning
- 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 Triple: List of addons in the profile, Separated list of ones to show under advanced, Ones we really are shunning
*/
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 Triple: List of addons in the profile, Separated list of ones to show under advanced, Ones we really are shunning
*/
public function get_addon_list() : array

