diff --git a/core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php b/core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php index 1814730..ddbcef0 100644 --- a/core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php +++ b/core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php @@ -20,7 +20,7 @@ /** * Prefix added to the beginning of a view entity's dynamic routes. */ - const PREFIX = 'views.view.'; + const PREFIX = 'view.'; /** * Adds the route entry of a view to the collection.