diff core/modules/migrate/src/Plugin/MigrateSourceInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children af1871eacc83
line wrap: on
line diff
--- a/core/modules/migrate/src/Plugin/MigrateSourceInterface.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/core/modules/migrate/src/Plugin/MigrateSourceInterface.php	Thu Feb 28 13:21:36 2019 +0000
@@ -87,10 +87,10 @@
    *
    *   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' => [