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

'; + $output .= t('The Migrate API provides services for migrating data from one place to another (usually, importing it into Drupal entities). The migrate module implements a general-purpose framework. The Migrate API does not provide a GUI. For more information, see the online documentation for the Migrate module.', array('!migrate' => 'https://www.drupal.org/node/2127611')); + $output .= '

'; + return $output; + } +}