From 62f43ebcaaa28f8614d8fd807bfda92f2e7a5c77 Mon Sep 17 00:00:00 2001 From: catch Date: Sat, 27 Apr 2024 10:40:39 +0100 Subject: [PATCH] Issue #3441615 by SKAUGHT, mErilainen, kekkis: navigation_theme() loads 'extension.list.module' for no purpose --- core/modules/navigation/navigation.module | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/navigation/navigation.module b/core/modules/navigation/navigation.module index 8346e24e5e5..78b36d83022 100644 --- a/core/modules/navigation/navigation.module +++ b/core/modules/navigation/navigation.module @@ -122,7 +122,6 @@ function navigation_theme($existing, $type, $theme, $path) { 'items' => [], 'title' => NULL, 'menu_name' => NULL, - 'path' => \Drupal::service('extension.list.module')->getPath('navigation'), ], ];