service router

Class

Symfony\Cmf\Component\Routing\ChainRouter
4 string references to router
DisplayPageTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php
Sets up Drupal unit test environment.
RouterDataCollector::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php
Returns the name of the collector.
system_update_8022 in drupal/core/modules/system/system.install
Create the new routing table.
views_invalidate_cache in drupal/core/modules/views/views.module
Invalidate the views cache, forcing a rebuild on the next grab of table data.

File

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

View source
  1. class: Symfony\Cmf\Component\Routing\ChainRouter
  2. calls:
  3. - [setContext, ['@router.request_context']]
  4. - [add, ['@router.dynamic']]
  5. - [add, ['@legacy_router']]