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

Preview

Code (PHP)

/**
 * Load up a list of files for the addons we have installed (addon_registry based ones only).
 *
 * @param  array $manifest Manifest of file checksums
 * @return array A pair: List of files, a list of hooks
 */

function load_files_list_of_installed_addons(array $manifest) : array