public function MigrateIdMapInterface::prepareUpdate in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::prepareUpdate()
Prepares to run a full update.
Prepares this migration to run as an update - that is, in addition to unmigrated content (source records not in the map table) being imported, previously-migrated content will also be updated in place by marking all previously-imported content as ready to be re-imported.
1 method overrides MigrateIdMapInterface::prepareUpdate()
- Sql::prepareUpdate in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Prepares to run a full update.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 90 - Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function prepareUpdate();