diff --git a/core/modules/migrate/migrate.module b/core/modules/migrate/migrate.module new file mode 100644 index 0000000..89a5a4d --- /dev/null +++ b/core/modules/migrate/migrate.module @@ -0,0 +1,22 @@ +' . t('About') . ''; + $output .= '

'; + $output .= t('The Migrate module provides a framework for migrating data, usually from an external source into your site. It does not provide a user interface. For more information, see the online documentation for the Migrate module.', array('!migrate' => 'https://www.drupal.org/documentation/modules/migrate')); + $output .= '

'; + return $output; + } +}