Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/src/Annotation/MigrateProcessPlugin.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
34 | 34 |
35 /** | 35 /** |
36 * Whether the plugin handles multiples itself. | 36 * Whether the plugin handles multiples itself. |
37 * | 37 * |
38 * Typically these plugins will expect an array as input and iterate over it | 38 * Typically these plugins will expect an array as input and iterate over it |
39 * themselves, changing the whole array. For example the 'iterator' and the | 39 * themselves, changing the whole array. For example the 'sub_process' and the |
40 * 'flatten' plugins. If the plugin only need to change a single value it | 40 * 'flatten' plugins. If the plugin only need to change a single value it |
41 * can skip setting this attribute and let | 41 * can skip setting this attribute and let |
42 * \Drupal\migrate\MigrateExecutable::processRow() handle the iteration. | 42 * \Drupal\migrate\MigrateExecutable::processRow() handle the iteration. |
43 * | 43 * |
44 * @var bool (optional) | 44 * @var bool (optional) |