Function __global->move_modules_ui

Definitions

sources/upgrade_integrity_scan.php

  • Tell the user about any bundled modules that need moving again (because the cms ones haven't moved).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • Pair: HTML select element of moved files, raw list
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Tell the user about any bundled modules that need moving again (because the cms ones haven't moved).
 *
 * @return array Pair: HTML select element of moved files, raw list
 */

function move_modules_ui() : array