public function MigrationWithFollowUpInterface::generateFollowUpMigrations in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php \Drupal\migrate_drupal\Plugin\MigrationWithFollowUpInterface::generateFollowUpMigrations()
- 9 core/modules/migrate_drupal/src/Plugin/MigrationWithFollowUpInterface.php \Drupal\migrate_drupal\Plugin\MigrationWithFollowUpInterface::generateFollowUpMigrations()
Generates follow-up migrations.
When the migration implementing this interface has been successfully executed, this method will be used to generate the follow-up migrations which depends on the now migrated data.
Return value
\Drupal\migrate\Plugin\MigrationInterface[] The follow-up migrations.
File
- core/
modules/ migrate_drupal/ src/ Plugin/ MigrationWithFollowUpInterface.php, line 38
Class
- MigrationWithFollowUpInterface
- Interface for migrations with follow-up migrations.
Namespace
Drupal\migrate_drupal\PluginCode
public function generateFollowUpMigrations();