Commit 83137435 authored by catch's avatar catch
Browse files

Issue #3240109 by edurenye, quietone: When using MigrateProcessInterface some...

Issue #3240109 by edurenye, quietone: When using MigrateProcessInterface some fields might expect something different than array or string
parent 1670eac7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ interface MigrateProcessInterface extends PluginInspectionInterface {
   *   The destination property currently worked on. This is only used together
   *   with the $row above.
   *
   * @return string|array
   * @return mixed
   *   The newly transformed value.
   */
  public function transform($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property);