| RouteProviderTest::$state |
property |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
The state. |
| RouteProviderTest::httpKernelHandle |
function |
core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php |
Returns the handle of the HTTP kernel service. |
| RouteProviderTest::providerDuplicateRoutePaths |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Data provider for testMixedCasePaths() |
| RouteProviderTest::providerMixedCaseRoutePaths |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Data provider for testMixedCasePaths() |
| RouteProviderTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
|
| RouteProviderTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php |
|
| RouteProviderTest::tearDown |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
|
| RouteProviderTest::testAdminHtmlRoutes |
function |
core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php |
Tests admin html routes. |
| RouteProviderTest::testCandidateOutlines |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that the correct candidate outlines are generated. |
| RouteProviderTest::testDuplicateRoutePaths |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we find all routes with the same path. |
| RouteProviderTest::testEmptyPathCandidatesOutlines |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Don't fail when given an empty path. |
| RouteProviderTest::testExactPathMatch |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes with the exact incoming path. |
| RouteProviderTest::testGetAllRoutes |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms RouteProvider::getAllRoutes() extracts information correctly from the database. |
| RouteProviderTest::testGetRoutesByPatternWithLongPatterns |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Ensures that the routing system is capable of extreme long patterns. |
| RouteProviderTest::testHtmlRoutes |
function |
core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php |
Tests html routes. |
| RouteProviderTest::testMixedCasePaths |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we find routes using a case-insensitive path match. |
| RouteProviderTest::testOutlinePathMatch |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaults |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision2 |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision3 |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that we can find multiple routes that match the request equally. |
| RouteProviderTest::testOutlinePathMatchTrailingSlash |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that a trailing slash on the request does not result in a 404. |
| RouteProviderTest::testOutlinePathMatchZero |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests a route with a 0 as value. |
| RouteProviderTest::testOutlinePathNoMatch |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms that an exception is thrown when no matching path is found. |
| RouteProviderTest::testRouteAliases |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests route aliases. |
| RouteProviderTest::testRouteByName |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests RouteProvider::getRouteByName() & RouteProvider::getRoutesByNames(). |
| RouteProviderTest::testRouteCaching |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests that route caching works. |
| router |
service |
core/core.services.yml |
Drupal\Core\Routing\AccessAwareRouter |
| Router |
class |
core/lib/Drupal/Core/Routing/Router.php |
Router implementation in Drupal. |
| router.admin_context |
service |
core/core.services.yml |
Drupal\Core\Routing\AdminContext |
| router.builder |
service |
core/core.services.yml |
Drupal\Core\Routing\RouteBuilder |
| router.builder.attributes |
service |
core/core.services.yml |
Drupal\Core\Routing\AttributeRouteDiscovery |
| router.builder.yaml |
service |
core/core.services.yml |
Drupal\Core\Routing\YamlRouteDiscovery |
| router.dumper |
service |
core/core.services.yml |
Drupal\Core\Routing\MatcherDumper |
| router.no_access_checks |
service |
core/core.services.yml |
\Drupal\Core\Routing\Router |
| router.path_roots_subscriber |
service |
core/core.services.yml |
Drupal\Core\EventSubscriber\PathRootsSubscriber |
| Router.php |
file |
core/lib/Drupal/Core/Routing/Router.php |
|
| router.request_context |
service |
core/core.services.yml |
Drupal\Core\Routing\RequestContext |
| router.route_provider |
service |
core/core.services.yml |
Drupal\Core\Routing\RouteProvider |
| router.route_provider.lazy_builder |
service |
core/core.services.yml |
Drupal\Core\Routing\RouteProviderLazyBuilder |
| router.yaml_cache_collector |
service |
core/core.services.yml |
Drupal\Core\Utility\YamlCacheCollector |
| Router::$deprecatedProperties |
property |
core/lib/Drupal/Core/Routing/Router.php |
The service properties that should raise a deprecation error. |
| Router::$enhancers |
property |
core/lib/Drupal/Core/Routing/Router.php |
The list of available enhancers. |
| Router::$filters |
property |
core/lib/Drupal/Core/Routing/Router.php |
The list of available route filters. |
| Router::$routeProvider |
property |
core/lib/Drupal/Core/Routing/Router.php |
The route provider responsible for the first-pass match. |
| Router::addRouteEnhancer |
function |
core/lib/Drupal/Core/Routing/Router.php |
Adds a route enhancer. |
| Router::addRouteFilter |
function |
core/lib/Drupal/Core/Routing/Router.php |
Adds a route filter. |
| Router::applyFitOrder |
function |
core/lib/Drupal/Core/Routing/Router.php |
Reapplies the fit order to a RouteCollection object. |
| Router::applyRouteEnhancers |
function |
core/lib/Drupal/Core/Routing/Router.php |
Apply the route enhancers to the defaults, according to priorities. |
| Router::applyRouteFilters |
function |
core/lib/Drupal/Core/Routing/Router.php |
Applies all route filters to a given route collection. |