Function __global->inform_about_addon_uninstall

Definitions

sources/addons2.php

  • Get information for the user relating to an addon that they are intending to uninstall.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$addon_name string required parameter N/A N/A Name of the addon
$also_uninstalling array [] N/A N/A List of addons that we're currently uninstalling (so dependencies from these are irrelevant)
$addon_info ?array Null N/A N/A Addon details. (null: load in function)
$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

  • Pair: warnings, files
  • Type: array
  • Set: N/A
  • Range: N/A