You are here

namespace Drupal\migrate\Plugin\migrate\process in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\migrate\Plugin\migrate\process
Classsort descending Location Description
Callback core/modules/migrate/src/Plugin/migrate/process/Callback.php This plugin allows source value to be passed to a callback.
Concat core/modules/migrate/src/Plugin/migrate/process/Concat.php Concatenates the strings in the current value.
DedupeBase core/modules/migrate/src/Plugin/migrate/process/DedupeBase.php This abstract base contains the dedupe logic.
DedupeEntity core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php Ensures value is not duplicated against an entity field.
DefaultValue core/modules/migrate/src/Plugin/migrate/process/DefaultValue.php This plugin sets missing values on the destination.
Extract core/modules/migrate/src/Plugin/migrate/process/Extract.php This plugin extracts a value from an array.
Flatten core/modules/migrate/src/Plugin/migrate/process/Flatten.php This plugin flattens the current value.
Get core/modules/migrate/src/Plugin/migrate/process/Get.php This plugin copies from the source to the destination.
Iterator core/modules/migrate/src/Plugin/migrate/process/Iterator.php This plugin iterates and processes an array.
MachineName core/modules/migrate/src/Plugin/migrate/process/MachineName.php This plugin creates a machine name.
Migration core/modules/migrate/src/Plugin/migrate/process/Migration.php Calculates the value of a property based on a previous migration.
Route core/modules/migrate/src/Plugin/migrate/process/Route.php Plugin annotation @MigrateProcessPlugin( id = "route" )
SkipOnEmpty core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php If the source evaluates to empty, we skip processing or the whole row.
SkipRowIfNotSet core/modules/migrate/src/Plugin/migrate/process/SkipRowIfNotSet.php If the source evaluates to empty, we skip the current row.
StaticMap core/modules/migrate/src/Plugin/migrate/process/StaticMap.php This plugin changes the current value based on a static lookup map.