X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateIdMapInterface.php;h=3482e4d3b8d4b53363a46cfc225dd0fdb320cb86;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=31322a5724e73c1253355a2ea4e55974ef2ff59e;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php b/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php index 31322a572..3482e4d3b 100644 --- a/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php +++ b/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php @@ -103,7 +103,6 @@ interface MigrateIdMapInterface extends \Iterator, PluginInspectionInterface { */ public function importedCount(); - /** * Returns a count of items which are marked as needing update. * @@ -197,7 +196,7 @@ interface MigrateIdMapInterface extends \Iterator, PluginInspectionInterface { * 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.