The sonata.admin.breadcrumbs_builder
service is used in the layout of every
page to compute the underlying data for two breadcrumbs:
title
tag of the document’s head
tag;Getting the breadcrumbs for a given action of a given admin is done like this:
$this->get('sonata.admin.breadcrumbs_builder')->getBreadcrumbs($admin, $action);
# config/packages/sonata_admin.yaml
sonata_admin:
breadcrumbs:
# use this to change the default route used to generate the link
# to the parent object inside a breadcrumb, when in a child admin
child_admin_route: edit
Found a typo? Something is wrong in this documentation? Just fork and edit it!