Skip to content
Snippets Groups Projects

Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers

Open Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers
2 unresolved threads
Open Ben Mullins requested to merge issue/drupal-2845319:2845319-the-highlighting-of into 9.3.x
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 2db9c972
    Issue #3207771 by scott_euser, quietone, immaculatexavier, ravi.shankar,... · 2db9c972
    catch authored
    Issue #3207771 by scott_euser, quietone, immaculatexavier, ravi.shankar, joachim: Menu UI node type form documentation points to non-existent function
    
    (cherry picked from commit 8743ce6b)
@@ -346,7 +346,7 @@ function menu_ui_form_node_form_submit($form, FormStateInterface $form_state) {
@@ -346,7 +346,7 @@ function menu_ui_form_node_form_submit($form, FormStateInterface $form_state) {
* Adds menu options to the node type form.
* Adds menu options to the node type form.
*
*
* @see NodeTypeForm::form()
* @see NodeTypeForm::form()
* @see menu_ui_form_node_type_form_submit()
* @see menu_ui_form_node_type_form_builder()
*/
*/
function menu_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) {
function menu_ui_form_node_type_form_alter(&$form, FormStateInterface $form_state) {
/** @var \Drupal\Core\Menu\MenuParentFormSelectorInterface $menu_parent_selector */
/** @var \Drupal\Core\Menu\MenuParentFormSelectorInterface $menu_parent_selector */
Loading