Issue #2939748 by msankhala, joachim: MigrateSourceInterface::getIds() doesn't clearly document what the 'alias' property does

8.7.x
Alex Pott 2018-07-22 12:35:41 +01:00
parent 90870fe81c
commit 3509098e6b
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 4 additions and 4 deletions

View 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' => [