Skip to content
Snippets Groups Projects
Unverified Commit 3509098e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2939748 by msankhala, joachim: MigrateSourceInterface::getIds() doesn't...

Issue #2939748 by msankhala, joachim: MigrateSourceInterface::getIds() doesn't clearly document what the 'alias' property does
parent 90870fe8
No related branches found
No related tags found
No related merge requests found
...@@ -87,10 +87,10 @@ public function __toString(); ...@@ -87,10 +87,10 @@ public function __toString();
* *
* Additional custom keys/values that are not part of field storage * Additional custom keys/values that are not part of field storage
* definition can be added as shown below. The most common setting * definition can be added as shown below. The most common setting
* passed along to the ID definition is 'alias', used by the SqlBase source * passed along to the ID definition is table 'alias', used by the SqlBase
* plugin in order to distinguish between ambiguous column names - for * source plugin in order to distinguish between ambiguous column names -
* example, when a SQL source query joins two tables with the same column * for example, when a SQL source query joins two tables with the same
* names. * column names.
* @code * @code
* return [ * return [
* 'nid' => [ * 'nid' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment