Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / migrate_plus / src / Event / MigrateEvents.php
index 90a2155b8f51a61eb4a4b28c0ed56a7af901cde0..6ce44ee62e7cd8384a11f8e6d98afefd8809edbf 100644 (file)
@@ -16,7 +16,8 @@ final class MigrateEvents {
    * has read the inital source data into a Row object. Typically, this would be
    * used to add data to the row, manipulate the data into a canonical form, or
    * signal by exception that the row should be skipped. The event listener
-   * method receives a \Drupal\migrate_plus\Event\MigratePrepareRowEvent instance.
+   * method receives a \Drupal\migrate_plus\Event\MigratePrepareRowEvent
+   * instance.
    *
    * @Event
    *