public BreadcrumbManager::__construct(ModuleHandlerInterface
Holds arrays of breadcrumb builders, keyed by priority. Type:
The module handler to invoke the alter hook. Type:
public BreadcrumbManager::applies(RouteMatchInterface $ro
Provides a breadcrumb manager. Can be assigned any number of BreadcrumbBuilderInterface objects by calling the addBuilder() method. When build()
public BreadcrumbManager::addBuilder(BreadcrumbBuilderInterface
public BreadcrumbManager::build(RouteMatchInterface $rout
Holds the array of breadcrumb builders sorted by priority. Set to NULL if the array needs to be re-calculated.
protected BreadcrumbManager::getSortedBuilders()