You are here

function migrate_dashboard in Migrate 6

Menu callback for dashboard page

1 string reference to 'migrate_dashboard'
migrate_menu in ./migrate.module
Implementation of hook_menu().

File

./migrate_pages.inc, line 10

Code

function migrate_dashboard() {
  return drupal_get_form('_migrate_dashboard_form');
}