Skip to content
Snippets Groups Projects
Verified Commit c5e914ae authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #2838571 by nexusnovaz, quietone, Damien Flament: Improve description...

Issue #2838571 by nexusnovaz, quietone, Damien Flament: Improve description for parameters in hook_menu_links_discovered_alter

(cherry picked from commit 16c1f490)
parent 8bb91b69
No related branches found
No related tags found
5 merge requests!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #300499 passed with warnings
Pipeline: drupal

#300553

    Pipeline: drupal

    #300547

      Pipeline: drupal

      #300543

        +6
        ......@@ -224,8 +224,8 @@
        * Alters all the menu links discovered by the menu link plugin manager.
        *
        * @param array &$links
        * The link definitions to be altered. Each link has a key that is the machine
        * name, which must be unique. By default, use the route name as the
        * The discovered menu links to be altered. Each link has a key that is the
        * machine name, which must be unique. By default, use the route name as the
        * machine name. In cases where multiple links use the same route name, such
        * as two links to the same page in different menus, or two links using the
        * same route name but different route parameters, the suggested machine name
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment