Function __global->_check_block_installation_status
Definitions
sources/zones.php
- Check a block is properly installed/upgraded, and give an error message if it is not.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$object | object | required parameter | N/A | N/A | The block object |
$codename | ID_TEXT | required parameter | N/A | N/A | The block name |
Return
- The block error output (null: no error)
- Type: ?Tempcode
- Set: N/A
- Range: N/A