Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / src / MigrateExecutableInterface.php
index 33d5914b329df1311241113a9464f42b74aabb25..33e300e70c1140ffadb5ff11d1afbc0f401c243d 100644 (file)
@@ -29,7 +29,7 @@ interface MigrateExecutableInterface {
    *   Usually setting this is not necessary as $process typically starts with
    *   a 'get'. This is useful only when the $process contains a single
    *   destination and needs to access a value outside of the source. See
-   *   \Drupal\migrate\Plugin\migrate\process\Iterator::transformKey for an
+   *   \Drupal\migrate\Plugin\migrate\process\SubProcess::transformKey for an
    *   example.
    *
    * @throws \Drupal\migrate\MigrateException