You are here

namespace Drupal\migrate_plus\Plugin\migrate\process in Migrate Plus 8.3

Same name in other branches
  1. 8.5 Drupal\migrate_plus\Plugin\migrate\process
  2. 8.2 Drupal\migrate_plus\Plugin\migrate\process
  3. 8.4 Drupal\migrate_plus\Plugin\migrate\process
Classsort descending Location Description
EntityGenerate src/Plugin/migrate/process/EntityGenerate.php This plugin generates entities within the process plugin.
EntityLookup src/Plugin/migrate/process/EntityLookup.php This plugin looks for existing entities.
FileBlob src/Plugin/migrate/process/FileBlob.php Copy a file from a blob into a file.
Merge src/Plugin/migrate/process/Merge.php This plugin merges arrays together.
SkipOnValue src/Plugin/migrate/process/SkipOnValue.php If the source evaluates to a configured value, skip processing or whole row.