Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/src/Plugin/MigrateSourceInterface.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
27 public function fields(); | 27 public function fields(); |
28 | 28 |
29 /** | 29 /** |
30 * Adds additional data to the row. | 30 * Adds additional data to the row. |
31 * | 31 * |
32 * @param \Drupal\Migrate\Row $row | 32 * @param \Drupal\migrate\Row $row |
33 * The row object. | 33 * The row object. |
34 * | 34 * |
35 * @return bool | 35 * @return bool |
36 * FALSE if this row needs to be skipped. | 36 * FALSE if this row needs to be skipped. |
37 */ | 37 */ |