BreadcrumbInterface
interface BreadcrumbInterface implements NavigationInterface (View source)
Methods
from 
NavigationInterface
            
                    setItems(array $items)
        
                                            
                Replace all the existing items with new ones.
from 
NavigationInterface
            Details
        
                            NavigationInterface
    add(ItemInterface $item)
        
    
    Adds an item to the navigation.
        
                            array
    getItems()
        
    
    Returns all the items in the navigation.
        
                            NavigationInterface
    setItems(array $items)
        
    
    Replace all the existing items with new ones.