You are here

protected property SystemBreadcrumbBlock::$breadcrumbManager in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php \Drupal\system\Plugin\Block\SystemBreadcrumbBlock::breadcrumbManager
  2. 10 core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php \Drupal\system\Plugin\Block\SystemBreadcrumbBlock::breadcrumbManager

The breadcrumb manager.

Type: \Drupal\Core\Breadcrumb\BreadcrumbBuilderInterface

File

core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php, line 26

Class

SystemBreadcrumbBlock
Provides a block to display the breadcrumbs.

Namespace

Drupal\system\Plugin\Block

Code

protected $breadcrumbManager;