From 3509098e6b9b663bce7133e0e270a77d5d9eaef6 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 22 Jul 2018 12:35:41 +0100 Subject: [PATCH] Issue #2939748 by msankhala, joachim: MigrateSourceInterface::getIds() doesn't clearly document what the 'alias' property does --- .../modules/migrate/src/Plugin/MigrateSourceInterface.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/modules/migrate/src/Plugin/MigrateSourceInterface.php b/core/modules/migrate/src/Plugin/MigrateSourceInterface.php index 480e5ed4938..6b406845361 100644 --- a/core/modules/migrate/src/Plugin/MigrateSourceInterface.php +++ b/core/modules/migrate/src/Plugin/MigrateSourceInterface.php @@ -87,10 +87,10 @@ interface MigrateSourceInterface extends \Countable, \Iterator, PluginInspection * * Additional custom keys/values that are not part of field storage * definition can be added as shown below. The most common setting - * passed along to the ID definition is 'alias', used by the SqlBase source - * plugin in order to distinguish between ambiguous column names - for - * example, when a SQL source query joins two tables with the same column - * names. + * passed along to the ID definition is table 'alias', used by the SqlBase + * source plugin in order to distinguish between ambiguous column names - + * for example, when a SQL source query joins two tables with the same + * column names. * @code * return [ * 'nid' => [