Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Annotation / MigrateProcessPlugin.php
index f08da3bd9af5b7413daced805ffa77000b5becd5..def2fd9d92ba5fba445f0ea2a2a4723e5c28e099 100644 (file)
@@ -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.