Function Hook_sw_chat->get_blocks
Definitions
sources/hooks/modules/admin_setupwizard/chat.php
- Run function for blocks in the setup wizard.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A map between block names and pairs (BLOCK_POSITION_* constants for what is supported, then a BLOCK_POSITION_* constant for what is the default)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Run function for blocks in the setup wizard.
*
* @return array A map between block names and pairs (BLOCK_POSITION_* constants for what is supported, then a BLOCK_POSITION_* constant for what is the default)
*/
public function get_blocks() : array
* Run function for blocks in the setup wizard.
*
* @return array A map between block names and pairs (BLOCK_POSITION_* constants for what is supported, then a BLOCK_POSITION_* constant for what is the default)
*/
public function get_blocks() : array

