X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateSourceInterface.php;h=6b4068453611cac834003d461aa865f53e80b676;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=480e5ed4938f573d899df855dc246a0797fb44e4;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/MigrateSourceInterface.php b/web/core/modules/migrate/src/Plugin/MigrateSourceInterface.php index 480e5ed49..6b4068453 100644 --- a/web/core/modules/migrate/src/Plugin/MigrateSourceInterface.php +++ b/web/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' => [