generateUrl('blog_list', [ // Placeholder: fit in the path. 'page' => 2, // Non-placeholder: fit in the query 'foo' => 'bar', ], UrlGeneratorInterface::ABSOLUTE_PATH); return new Response("Show $slug. Back to page 2: $path"); } }