You are here

public function DrupalMenuLinks6Migration::complete in Drupal-to-Drupal data migration 7.2

Actions to take after a menu has been saved.

Parameters

$menu:

$row:

File

d6/menu_links.inc, line 144
Implementation of DrupalMenuLinksMigration for Drupal 6 sources.

Class

DrupalMenuLinks6Migration

Code

public function complete($menu, $row) {

  // @todo: anything needed here? Keeping complete() as a placeholder for now
}