diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 3f595dfeb70a6e1616d18e429e6d86a0ef7f4508..54ff584efa5417004559e01f0fb1392c0482722a 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -1667,13 +1667,6 @@ function system_update_last_removed(): int { return 10201; } -/** - * Invalidate container because the module handler has changed. - */ -function system_update_11100(): void { - \Drupal::service('kernel')->invalidateContainer(); -} - /** * Display requirements from security advisories. * @@ -1725,6 +1718,13 @@ function _system_advisories_requirements(array &$requirements): void { } } +/** + * Invalidate container because the module handler has changed. + */ +function system_update_11100(): void { + \Drupal::service('kernel')->invalidateContainer(); +} + /** * Update length of menu_tree fields url and route_param_key from 255 to 2048. */