Issue #3220379 by guilhermevp, quietone, joachim: example code for NullCoalesce isn't formatted properly
(cherry picked from commit fa3995b5dd
)
merge-requests/934/head
parent
8465b6ee89
commit
da276a38f5
|
@ -20,14 +20,14 @@ use Drupal\migrate\Row;
|
|||
*
|
||||
* Example:
|
||||
* Given source keys of foo, bar, and baz:
|
||||
*
|
||||
* @code
|
||||
* process_key:
|
||||
* plugin: null_coalesce
|
||||
* source:
|
||||
* - foo
|
||||
* - bar
|
||||
* - baz
|
||||
*
|
||||
* @endcode
|
||||
* This plugin will return the equivalent of `foo ?? bar ?? baz`
|
||||
*
|
||||
* @MigrateProcessPlugin(
|
||||
|
|
Loading…
Reference in New Issue