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

Class

Drupal\Core\Controller\TitleResolver
2 string references to title_resolver
umami_preprocess_breadcrumb in core/profiles/demo_umami/themes/umami/umami.theme
Implements hook_preprocess_breadcrumb().
_batch_test_title_callback in core/modules/system/tests/modules/batch_test/batch_test.module
Tests the title on the progress page by performing a batch callback.

File

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

View source
  1. class: Drupal\Core\Controller\TitleResolver
  2. arguments:
  3. - '@controller_resolver'
  4. - '@string_translation'
  5. - '@http_kernel.controller.argument_resolver'