Skip to content
Snippets Groups Projects

Fix plugin id in the FileRemoteImage migrate process

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -37,7 +37,7 @@ use Drupal\file\Entity\File;
* @see \Drupal\migrate\Plugin\MigrateProcessInterface
*
* @MigrateProcessPlugin(
* id = "file_remote_url"
* id = "file_remote_image"
* )
*/
class FileRemoteImage extends FileRemoteUrl {
Loading