You are here

public function DrupalMenu6Migration::__construct in Drupal-to-Drupal data migration 7.2

Parameters

array $arguments:

Overrides DrupalMenuMigration::__construct

File

d6/menu.inc, line 16
Implementation of DrupalMenuMigration for Drupal 6 sources.

Class

DrupalMenu6Migration

Code

public function __construct(array $arguments) {
  parent::__construct($arguments);
}