- Issue created by @alexpott
- First commit to issue fork.
- Merge request !12927Issue #3539739: Add route name to outbound path processing β (Open) created by riyas_nr
Added route_name to the
$options
array inUrlGenerator::generateFromRoute()
to support route-specific logic in outbound path processors. Moving to NR.- π¬π§United Kingdom alexpott πͺπΊπ
I found a way around this in the contrib project but I still think this would be good to do given we're adding the route and we have the info.
It'd be good to have some test coverage somewhere I think you might be able to add a test processor in \Drupal\Tests\Core\Routing\UrlGeneratorTest to do this.