X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateDestinationPluginManager.php;h=24684f88786650e30464461a4efd57d833609446;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=090efd042a2205fe9c4835903cea99a2bfdc847e;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php b/web/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php index 090efd042..24684f887 100644 --- a/web/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php +++ b/web/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php @@ -10,7 +10,7 @@ use Drupal\Core\Extension\ModuleHandlerInterface; * Plugin manager for migrate destination plugins. * * @see \Drupal\migrate\Plugin\MigrateDestinationInterface - * @see \Drupal\migrate\Plugin\destination\DestinationBase + * @see \Drupal\migrate\Plugin\migrate\destination\DestinationBase * @see \Drupal\migrate\Annotation\MigrateDestination * @see plugin_api *