DashboardBreadcrumb
class DashboardBreadcrumb implements BreadcrumbInterface, Iterator (View source)
Properties
| protected ItemInterface[] | $items | ||
| protected bool | $sanitizeName | 
Methods
                    bool
                
                
                    sanitizeName()
        
                                            
                
            No description
                    void
                
                
                    setSanitizeName(bool $sanitizeName)
        
                                            
                
            No description
                    array
                
                
                    getItems()
        
                                            
                
            Returns all the items in the navigation.
                    setItems(array $items)
        
                                            
                
            Replace all the existing items with new ones.
                    rewind()
        
                                            
                
            {@inheritdoc}
                    current()
        
                                            
                
            {@inheritdoc}
                    key()
        
                                            
                
            {@inheritdoc}
                    next()
        
                                            
                
            {@inheritdoc}
                    valid()
        
                                            
                
            {@inheritdoc}
Details
        
                            bool
    sanitizeName()
        
    
    No description
        
                            void
    setSanitizeName(bool $sanitizeName)
        
    
    No description
        
                            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.
        
                            
    rewind()
        
    
    {@inheritdoc}
        
                            
    current()
        
    
    {@inheritdoc}
        
                            
    key()
        
    
    {@inheritdoc}
        
                            
    next()
        
    
    {@inheritdoc}
        
                            
    valid()
        
    
    {@inheritdoc}