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