Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/src/MigrateExecutableInterface.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
27 * @param mixed $value | 27 * @param mixed $value |
28 * (optional) Initial value of the pipeline for the first destination. | 28 * (optional) Initial value of the pipeline for the first destination. |
29 * Usually setting this is not necessary as $process typically starts with | 29 * Usually setting this is not necessary as $process typically starts with |
30 * a 'get'. This is useful only when the $process contains a single | 30 * a 'get'. This is useful only when the $process contains a single |
31 * destination and needs to access a value outside of the source. See | 31 * destination and needs to access a value outside of the source. See |
32 * \Drupal\migrate\Plugin\migrate\process\Iterator::transformKey for an | 32 * \Drupal\migrate\Plugin\migrate\process\SubProcess::transformKey for an |
33 * example. | 33 * example. |
34 * | 34 * |
35 * @throws \Drupal\migrate\MigrateException | 35 * @throws \Drupal\migrate\MigrateException |
36 */ | 36 */ |
37 public function processRow(Row $row, array $process = NULL, $value = NULL); | 37 public function processRow(Row $row, array $process = NULL, $value = NULL); |