diff core/modules/migrate/src/Plugin/MigrateIdMapInterface.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
line wrap: on
line diff
--- a/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php	Thu Apr 26 11:26:54 2018 +0100
+++ b/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php	Tue Jul 10 15:07:59 2018 +0100
@@ -197,7 +197,7 @@
    *   The source identifier keyed values of the record, e.g. ['nid' => 5], or
    *   an empty array on failure.
    */
-  public function lookupSourceID(array $destination_id_values);
+  public function lookupSourceId(array $destination_id_values);
 
   /**
    * Looks up the destination identifier corresponding to a source key.