function migrate_drupal_update_8502
Sets the follow-up migration tags.
File
-
core/
modules/ migrate_drupal/ migrate_drupal.install, line 21
Code
function migrate_drupal_update_8502() {
\Drupal::configFactory()->getEditable('migrate_drupal.settings')
->set('follow_up_migration_tags', [
'Follow-up migration',
])
->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.