Commit 4891c1a1 authored by catch's avatar catch
Browse files

Issue #3487637 by dww: Move all system_update_N() methods next to each other

(cherry picked from commit ef495f19)
parent 1b76c6cf
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -1666,13 +1666,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.
 *
@@ -1724,6 +1717,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.
 */