breadcrumb

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

Class

Drupal\Core\Breadcrumb\BreadcrumbManager

Tags

  • service_collector
5 string references to breadcrumb
Breadcrumb404Test::testBreadcrumbOn404Pages in core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php
Tests that different 404s don't create unnecessary cache entries.
d7_block.yml in core/modules/block/migrations/d7_block.yml
core/modules/block/migrations/d7_block.yml
testing_theme_optional_blocks.info.yml in core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml
core/profiles/tests/testing_themes_blocks/themes/testing_theme_optional_blocks/testing_theme_optional_blocks.info.yml
testing_theme_required_blocks.info.yml in core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml
core/profiles/tests/testing_themes_blocks/themes/testing_theme_required_blocks/testing_theme_required_blocks.info.yml
testing_theme_without_blocks.info.yml in core/profiles/tests/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml
core/profiles/tests/testing_themes_blocks/themes/testing_theme_without_blocks/testing_theme_without_blocks.info.yml

File

core/core.services.yml

View source
  1. class: Drupal\Core\Breadcrumb\BreadcrumbManager
  2. arguments:
  3. - '@module_handler'
  4. tags:
  5. - { name: service_collector, tag: breadcrumb_builder, call: addBuilder }

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