router.dumper

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

Class

Drupal\Core\Routing\MatcherDumper

Tags

  • backend_overridable
3 string references to router.dumper
InstallerServiceProvider::register in core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
Registers services to the container.
SystemListTest::register in core/tests/Drupal/KernelTests/Core/Theme/SystemListTest.php
Registers test-specific services.
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. tags:
  6. - { name: backend_overridable }
  7. lazy: true

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