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

Breadcrumb

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

function SystemBreadcrumbBlock::create

Overrides ContainerFactoryPluginInterface::create

File

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

Class

SystemBreadcrumbBlock
Provides a block to display the breadcrumbs.

Namespace

Drupal\system\Plugin\Block

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
    return new static($configuration, $plugin_id, $plugin_definition, $container->get('breadcrumb'), $container->get('current_route_match'));
}
RSS feed
Powered by Drupal