Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SystemBreadcrumbBlock.php

function SystemBreadcrumbBlock::build

Overrides BlockPluginInterface::build

File

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

Class

SystemBreadcrumbBlock
Provides a block to display the breadcrumbs.

Namespace

Drupal\system\Plugin\Block

Code

public function build() {
    return $this->breadcrumbManager
        ->build($this->routeMatch)
        ->toRenderable();
}
RSS feed
Powered by Drupal