comparison 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
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
195 * 195 *
196 * @return array 196 * @return array
197 * The source identifier keyed values of the record, e.g. ['nid' => 5], or 197 * The source identifier keyed values of the record, e.g. ['nid' => 5], or
198 * an empty array on failure. 198 * an empty array on failure.
199 */ 199 */
200 public function lookupSourceID(array $destination_id_values); 200 public function lookupSourceId(array $destination_id_values);
201 201
202 /** 202 /**
203 * Looks up the destination identifier corresponding to a source key. 203 * Looks up the destination identifier corresponding to a source key.
204 * 204 *
205 * Given a (possibly multi-field) source identifier value, return the 205 * Given a (possibly multi-field) source identifier value, return the