public function SystemBreadcrumbBlock::build in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php \Drupal\system\Plugin\Block\SystemBreadcrumbBlock::build()
- 9 core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php \Drupal\system\Plugin\Block\SystemBreadcrumbBlock::build()
File
- core/
modules/ system/ src/ Plugin/ Block/ SystemBreadcrumbBlock.php, line 71
Class
- SystemBreadcrumbBlock
- Provides a block to display the breadcrumbs.
Namespace
Drupal\system\Plugin\BlockCode
public function build() {
return $this->breadcrumbManager
->build($this->routeMatch)
->toRenderable();
}