Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
26 interface MigrationWithFollowUpInterface { | 26 interface MigrationWithFollowUpInterface { |
27 | 27 |
28 /** | 28 /** |
29 * Generates follow-up migrations. | 29 * Generates follow-up migrations. |
30 * | 30 * |
31 * When the migration implementing this interface has been succesfully | 31 * When the migration implementing this interface has been successfully |
32 * executed, this method will be used to generate the follow-up migrations | 32 * executed, this method will be used to generate the follow-up migrations |
33 * which depends on the now migrated data. | 33 * which depends on the now migrated data. |
34 * | 34 * |
35 * @return \Drupal\migrate\Plugin\MigrationInterface[] | 35 * @return \Drupal\migrate\Plugin\MigrationInterface[] |
36 * The follow-up migrations. | 36 * The follow-up migrations. |