ChainBreadcrumbBuilderInterface
interface ChainBreadcrumbBuilderInterface implements BreadcrumbBuilderInterface (View source)
Defines an interface a chained service that builds the breadcrumb.
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.
addBuilder(BreadcrumbBuilderInterface $builder, int $priority)
Adds another breadcrumb builder.