Problem/Motivation
+++ b/core/lib/Drupal/Core/Path/PathMatcher.php
@@ -98,6 +111,7 @@ public function isFrontPage() {
+ // @todo page.front should store the route name.
+++ b/core/lib/Drupal/Core/Path/PathMatcher.php
@@ -98,6 +111,7 @@ public function isFrontPage() {
+ // @todo page.front should store the route name.
Comments
Comment #1
dawehnerTechnically this needs to wait until we decide what to do on #2346189: Denormalizing paths into route names/parameters is brittle / broken
Comment #2
mgiffordNow dependent on #2407505: [meta] Finalize the menu links (and other user-entered paths) system
Comment #8
dawehnerThis todo no longer exists
Comment #9
tstoecklerI think this is still valid, though. At the very least it would be nice to store an actual URI instead of just a path.
Comment #10
dawehnerI agree that would be nice. I'm curious whether people might get this value directly from the configuration.
Comment #20
smustgrave commentedThis still seems relevant, came here from stale-issue-content