Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \path.matcher
  2. 9 core/core.services.yml \path.matcher

Class

Drupal\Core\Path\PathMatcher
11 string references to path.matcher
claro_theme_suggestions_maintenance_page_alter in core/themes/claro/claro.theme
Implements hook_theme_suggestions_maintenance_page_alter().
content_translation_page_attachments in core/modules/content_translation/content_translation.module
Implements hook_page_attachments().
olivero_preprocess_page_title in core/themes/olivero/olivero.theme
Implements hook_preprocess_HOOK() for page title templates.
PathBasedBreadcrumbBuilder::__construct in core/modules/system/src/PathBasedBreadcrumbBuilder.php
Constructs the PathBasedBreadcrumbBuilder.
RegistryTest::test200ThemeSuggestions in core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
Tests page theme suggestions for 200 responses.

... See full list

File

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

View source
  1. class: Drupal\Core\Path\PathMatcher
  2. arguments:
  3. - '@config.factory'
  4. - '@current_route_match'