Function Hook_admin_setupwizard_installprofiles_minimalistic->default_blocks
Definitions
sources/hooks/modules/admin_setupwizard_installprofiles/minimalistic.php
- Find details of desired blocks.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Details of what blocks are wanted
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find details of desired blocks.
*
* @return array Details of what blocks are wanted
*/
public function default_blocks() : array
* Find details of desired blocks.
*
* @return array Details of what blocks are wanted
*/
public function default_blocks() : array

