Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / redirect / src / Plugin / migrate / source / PathRedirect.php
index 3a057a01d2ef162fbc7202667c5f3c2ce8e493da..3ffd4b64edd513b324899edf2952d745dde8ef92 100644 (file)
@@ -8,7 +8,8 @@ use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;
  * Drupal 6 path redirect source from database.
  *
  * @MigrateSource(
- *   id = "d6_path_redirect"
+ *   id = "d6_path_redirect",
+ *   source_module = "path_redirect"
  * )
  */
 class PathRedirect extends DrupalSqlBase {