Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 8f30563f
    Issue #3240109 by edurenye, quietone: When using MigrateProcessInterface some... · 8f30563f
    catch authored
    Issue #3240109 by edurenye, quietone: When using MigrateProcessInterface some fields might expect something different than array or string
    
    (cherry picked from commit 83137435)
@@ -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);
Loading