You are here

service path.matcher in Drupal 10

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

Class

Drupal\Core\Path\PathMatcher
14 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().
LanguageBlock::create in core/modules/language/src/Plugin/Block/LanguageBlock.php
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.

... 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'