Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
12 merge requests!11380Issue #3490698 by catch, spokje: Bump MINIMUM_STABILITY back to 'stable' when...,!11239Issue #3507548: Allow workspace changes listing to show all items, without a pager,!11238Fix issue #3051797,!11213Issue #3506743 by tomislav.matokovic: Increasing the color contrast for the navigation block title against the background of the navigation sidebar to at least 4.5:1,!11147Draft: Try to avoid manually setting required cache contexts,!11108Issue #3490298 by nicxvan: Profiles can be missed in OOP hooks,!11093Drupal on MongoDB 11.1.x,!11017Issue #3502540: Add date filter for moderated content.,!11009Issue #3486972 migrate feed icon,!10999Cleaning up Taxonomy hooks and updating baseline.,!10977Issue #3501457: Fix path used in a A11y Test Admin,!10881Issue #3489329 by mfb, casey: symfony/http-foundation commit 32310ff breaks PathValidator
Pipeline #383163 failed
Pipeline: drupal

#383164

    ......@@ -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.
    */
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment