X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FAnnotation%2FMigrateProcessPlugin.php;h=def2fd9d92ba5fba445f0ea2a2a4723e5c28e099;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=f08da3bd9af5b7413daced805ffa77000b5becd5;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php b/web/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php index f08da3bd9..def2fd9d9 100644 --- a/web/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php +++ b/web/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php @@ -36,7 +36,7 @@ class MigrateProcessPlugin extends Plugin { * Whether the plugin handles multiples itself. * * Typically these plugins will expect an array as input and iterate over it - * themselves, changing the whole array. For example the 'iterator' and the + * themselves, changing the whole array. For example the 'sub_process' and the * 'flatten' plugins. If the plugin only need to change a single value it * can skip setting this attribute and let * \Drupal\migrate\MigrateExecutable::processRow() handle the iteration.