Function __global->find_all_blocks
Definitions
sources/zones2.php
- Get an array of all the blocks that are currently installed (mini-blocks not included).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of all blocks (name->[sources/sources_custom])
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get an array of all the blocks that are currently installed (mini-blocks not included).
*
* @return array Map of all blocks (name->[sources/sources_custom])
*/
function find_all_blocks() : array
* Get an array of all the blocks that are currently installed (mini-blocks not included).
*
* @return array Map of all blocks (name->[sources/sources_custom])
*/
function find_all_blocks() : array

