BreadcrumbBuilderInterface
interface BreadcrumbBuilderInterface (View source)
Defines an interface for classes that build breadcrumbs.
Methods
bool
applies(RouteMatchInterface $route_match)
Whether this breadcrumb builder should be used to build the breadcrumb.
Details
bool
applies(RouteMatchInterface $route_match)
Whether this breadcrumb builder should be used to build the breadcrumb.
Breadcrumb
build(RouteMatchInterface $route_match)
Builds the breadcrumb.