X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateIdMapInterface.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateIdMapInterface.php;h=31322a5724e73c1253355a2ea4e55974ef2ff59e;hp=eafac29662414a96577160cc3b616f1b4cc77cdd;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php b/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php index eafac2966..31322a572 100644 --- a/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php +++ b/web/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php @@ -213,6 +213,8 @@ interface MigrateIdMapInterface extends \Iterator, PluginInspectionInterface { * * @deprecated in Drupal 8.1.x, will be removed before Drupal 9.0.x. Use * lookupDestinationIds() instead. + * + * @see https://www.drupal.org/node/2725809 */ public function lookupDestinationId(array $source_id_values); @@ -227,7 +229,7 @@ interface MigrateIdMapInterface extends \Iterator, PluginInspectionInterface { * If unkeyed, the first count($source_id_values) keys will be assumed. * * @return array - * An array of arrays of destination identifier values. + * An array of arrays of destination identifier values. * * @throws \Drupal\migrate\MigrateException * Thrown when $source_id_values contains unknown keys, or is the wrong @@ -266,10 +268,10 @@ interface MigrateIdMapInterface extends \Iterator, PluginInspectionInterface { public function getQualifiedMapTableName(); /** - * Sets the migrate message. + * Sets the migrate message service. * * @param \Drupal\migrate\MigrateMessageInterface $message - * The message to display. + * The migrate message service. */ public function setMessage(MigrateMessageInterface $message);