X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateDestinationPluginManager.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateDestinationPluginManager.php;h=24684f88786650e30464461a4efd57d833609446;hp=090efd042a2205fe9c4835903cea99a2bfdc847e;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c 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 *