Function Hook_admin_setupwizard_installprofiles_community->info
Definitions
sources/hooks/modules/admin_setupwizard_installprofiles/community.php
- Get info about the installprofile.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of installprofile details (null: profile is unavailable)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get info about the installprofile.
*
* @return ?array Map of installprofile details (null: profile is unavailable)
*/
public function info() : ?array
* Get info about the installprofile.
*
* @return ?array Map of installprofile details (null: profile is unavailable)
*/
public function info() : ?array

