Sonata\CustomerBundle\Block\Breadcrumb\CustomerAddressBreadcrumbBlockService::getMenu PHP Method

getMenu() protected method

protected getMenu ( Sonata\BlockBundle\Block\BlockContextInterface $blockContext )
$blockContext Sonata\BlockBundle\Block\BlockContextInterface
    protected function getMenu(BlockContextInterface $blockContext)
    {
        $menu = $this->getRootMenu($blockContext);
        $menu->addChild('sonata_customer_addresses_breadcrumb', array('route' => 'sonata_customer_addresses', 'extras' => array('translation_domain' => 'SonataCustomerBundle')));
        return $menu;
    }
CustomerAddressBreadcrumbBlockService