Function __global->_check_module_installation_status

Definitions

sources/zones.php

  • Check a module is properly installed/upgraded, and give an error message if it is not.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$object object No No required parameter N/A N/A The module object
$codename ID_TEXT No No required parameter N/A N/A The block name

Preview

Code (PHP)

/**
 * Check a module is properly installed/upgraded, and give an error message if it is not.
 *
 * @param  object $object The module object
 * @param  ID_TEXT $codename The block name
 */

function _check_module_installation_status(object $object, string $codename)