Function __global->load_files_list_of_installed_addons
Definitions
sources/upgrade_integrity_scan.php
- Load up a list of files for the addons we have installed (addon_registry based ones only).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $manifest | array | No | No | required parameter | N/A | N/A | Manifest of file checksums |
Returns
- A pair: List of files, a list of hooks
- Type: array
- Set: N/A
- Range: N/A

