Function __global->import_id_remap_put

Definitions

sources/import.php

  • Set the NEW ID for an imported old ID, which also tacitly indicates completion of importing an item of some type of content. This mapping (old ID to new ID) may be used later for importing related content that requires the new identifier. import_id_remap_get is the inverse of this function.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$type ID_TEXT required parameter N/A N/A An importation type code, from those the software has defined
$id_old string required parameter N/A N/A The source (old, original) ID of the mapping
$id_new AUTO_LINK required parameter N/A N/A The destination (new) ID of the mapping