Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / src / Plugin / MigrateSourceInterface.php
index 480e5ed4938f573d899df855dc246a0797fb44e4..6b4068453611cac834003d461aa865f53e80b676 100644 (file)
@@ -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' => [