public PathBasedBreadcrumbBuilder::build(RouteMatchInterface $route_match)
Builds the breadcrumb.
Parameters
\Drupal\Core\Routing\RouteMatchInterface $route_match: The current route match.
Return value
\Drupal\Core\Breadcrumb\Breadcrumb A breadcrumb.
Overrides BreadcrumbBuilderInterface::build
File
core/modules/system/src/PathBasedBreadcrumbBuilder.php, line 123
Class
PathBasedBreadcrumbBuilder Class to define the menu_link breadcrumb builder.
Namespace
Drupal\system
Code
public func