function content_translation_update_8001 in Drupal 8
Rebuild the routes as the content translation routes have now new names.
File
- core/
modules/ content_translation/ content_translation.install, line 46 - Installation functions for Content Translation module.
Code
function content_translation_update_8001() {
\Drupal::service('router.builder')
->rebuild();
}