router.dumper

Same name in other branches
  1. 9 core/core.services.yml \router.dumper
  2. 8.9.x core/core.services.yml \router.dumper

Class

Drupal\Core\Routing\MatcherDumper

Tags

  • backend_overridable
2 string references to router.dumper
InstallerServiceProvider::register in core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
Registers services to the container.
ThemeInstallerTest::register in core/tests/Drupal/KernelTests/Core/Theme/ThemeInstallerTest.php
Registers test-specific services.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Routing\MatcherDumper
  2. arguments:
  3. - '@database'
  4. - '@state'
  5. - '@logger.channel.router'
  6. tags:
  7. - { name: backend_overridable }
  8. lazy: true

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.