Function __global->inform_about_addon_install
Definitions
sources/addons2.php
- Get information for the user relating to an addon that they are intending to install.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$file | string | required parameter | N/A | N/A | Filename of the addon TAR file |
$also_uninstalling | array | [] | N/A | N/A | List of addons that we're currently uninstalling (so dependencies from these are irrelevant) |
$also_installing | array | [] | N/A | N/A | List of addons that we're currently installing (so dependencies to these are irrelevant) |
$always_return | boolean | False | N/A | N/A | Whether to make sure we always return, rather than possibly bombing out with a dependency management UI |
Return
- Triple: warnings, files, addon info array
- Type: array
- Set: N/A
- Range: N/A