service router.matcher

Class

Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher
1 string reference to router.matcher
RegisterRouteFiltersPass::process in drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterRouteFiltersPass.php
Adds services tagged 'nested_matcher' to the tagged_matcher service.

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher
  2. arguments:
  3. - '@router.route_provider'
  4. calls:
  5. - [setFinalMatcher, ['@router.matcher.final_matcher']]