-
- Downloads
Port the regex path matching from Symfony to our CompiledRoute class so that...
Port the regex path matching from Symfony to our CompiledRoute class so that we can match placeholder-using paths.
parent
820a633c
Branches
Tags
Showing
- core/lib/Drupal/Core/Routing/CompiledRoute.php 25 additions, 12 deletionscore/lib/Drupal/Core/Routing/CompiledRoute.php
- core/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php 8 additions, 1 deletioncore/lib/Drupal/Core/Routing/FirstEntryFinalMatcher.php
- core/lib/Drupal/Core/Routing/RouteCompiler.php 120 additions, 2 deletionscore/lib/Drupal/Core/Routing/RouteCompiler.php
- core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php 10 additions, 0 deletions...les/system/lib/Drupal/system/Tests/Routing/RouterTest.php
- core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php 4 additions, 1 deletion...es/router_test/lib/Drupal/router_test/TestControllers.php
- core/modules/system/tests/modules/router_test/router_test.module 5 additions, 0 deletions...dules/system/tests/modules/router_test/router_test.module
Please register or sign in to comment