Function Hook_import_cms_merge->on_same_msn

Definitions

sources/hooks/modules/admin_import/cms_merge.php

  • See if the importing site is on the same M.S.N. as the site being imported.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$file_base PATH No No required parameter N/A N/A The path to the imported site

Returns

  • Answer
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * See if the importing site is on the same M.S.N. as the site being imported.
 *
 * @param  PATH $file_base The path to the imported site
 * @return boolean Answer
 */

public function on_same_msn(string $file_base) : bool