You are here

namespace Drupal\migrate_file\Plugin\migrate\process in Migrate Files (extended) 8

Same name in other branches
  1. 2.0.x Drupal\migrate_file\Plugin\migrate\process
Classsort descending Location Description
FileImport src/Plugin/migrate/process/FileImport.php Imports a file from an local or external source.
FileRemoteImage src/Plugin/migrate/process/FileRemoteImage.php Create an image file entity with a remote url without downloading the file.
FileRemoteUrl src/Plugin/migrate/process/FileRemoteUrl.php Create a file entity with a remote url without downloading the file.
ImageImport src/Plugin/migrate/process/ImageImport.php Imports an image from an local or external source.