-
- Downloads
Add a mechanism for a NestedRouter.
A Nested router is a series of partial routers, each of which whittle down a RouteCollection until it is left with a single matching route. That single route is the final route that matches the request.
parent
b0f90a10
No related branches found
No related tags found
Showing
- core/lib/Drupal/Core/Routing/FinalMatcherInterface.php 25 additions, 0 deletionscore/lib/Drupal/Core/Routing/FinalMatcherInterface.php
- core/lib/Drupal/Core/Routing/HttpMethodMatcher.php 2 additions, 2 deletionscore/lib/Drupal/Core/Routing/HttpMethodMatcher.php
- core/lib/Drupal/Core/Routing/InitialMatcherInterface.php 22 additions, 0 deletionscore/lib/Drupal/Core/Routing/InitialMatcherInterface.php
- core/lib/Drupal/Core/Routing/NestedMatcher.php 149 additions, 0 deletionscore/lib/Drupal/Core/Routing/NestedMatcher.php
- core/lib/Drupal/Core/Routing/NestedMatcherInterface.php 18 additions, 4 deletionscore/lib/Drupal/Core/Routing/NestedMatcherInterface.php
- core/lib/Drupal/Core/Routing/PartialMatcherInterface.php 4 additions, 1 deletioncore/lib/Drupal/Core/Routing/PartialMatcherInterface.php
- core/modules/system/lib/Drupal/system/Tests/Routing/MockFinalMatcher.php 57 additions, 0 deletions...stem/lib/Drupal/system/Tests/Routing/MockFinalMatcher.php
- core/modules/system/lib/Drupal/system/Tests/Routing/MockPathMatcher.php 50 additions, 0 deletions...ystem/lib/Drupal/system/Tests/Routing/MockPathMatcher.php
- core/modules/system/lib/Drupal/system/Tests/Routing/PartialMatcherTest.php 43 additions, 12 deletions...em/lib/Drupal/system/Tests/Routing/PartialMatcherTest.php
Loading
Please register or sign in to comment