X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateSourceInterface.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrateSourceInterface.php;h=6b4068453611cac834003d461aa865f53e80b676;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=480e5ed4938f573d899df855dc246a0797fb44e4;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;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' => [