Loading path_redirect_import.install 0 → 100644 +15 −0 Original line number Diff line number Diff line <?php /** * @file * Update functions for the Path Redirect Import module. */ /** * Enable 2.x version dependencies. */ function path_redirect_import_update_9001() { // Explicitly enable new dependencies after module update. \Drupal::getContainer()->get('module_installer')->install(['migrate_source_csv', 'migrate_tools']); } Loading
path_redirect_import.install 0 → 100644 +15 −0 Original line number Diff line number Diff line <?php /** * @file * Update functions for the Path Redirect Import module. */ /** * Enable 2.x version dependencies. */ function path_redirect_import_update_9001() { // Explicitly enable new dependencies after module update. \Drupal::getContainer()->get('module_installer')->install(['migrate_source_csv', 'migrate_tools']); }