Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate_drupal/migrate_drupal.install @ 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 |
---|---|
22 \Drupal::configFactory() | 22 \Drupal::configFactory() |
23 ->getEditable('migrate_drupal.settings') | 23 ->getEditable('migrate_drupal.settings') |
24 ->set('follow_up_migration_tags', ['Follow-up migration']) | 24 ->set('follow_up_migration_tags', ['Follow-up migration']) |
25 ->save(); | 25 ->save(); |
26 } | 26 } |
27 | |
28 /** | |
29 * Install migrate_drupal_multilingual since migrate_drupal is installed. | |
30 */ | |
31 function migrate_drupal_update_8601() { | |
32 \Drupal::service('module_installer')->install(['migrate_drupal_multilingual']); | |
33 } |