Function Hook_admin_setupwizard_installprofiles_community->block_options
Definitions
sources/hooks/modules/admin_setupwizard_installprofiles/community.php
- Get options for blocks in this profile.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Details of what block options are wanted
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get options for blocks in this profile.
*
* @return array Details of what block options are wanted
*/
public function block_options() : array
* Get options for blocks in this profile.
*
* @return array Details of what block options are wanted
*/
public function block_options() : array

