You are here

function migrate_ui_help in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 migrate_ui/migrate_ui.module \migrate_ui_help()

File

migrate_ui/migrate_ui.module, line 5

Code

function migrate_ui_help($path, $arg) {
  switch ($path) {
    case 'admin/migrate':
      return t('The current status of each migration defined in this system. Click on a migration name for details on its configuration.');
  }
}