TreeCollectionInterface
interface TreeCollectionInterface (View source)
Interface that all the sitemap tree collections (eg multilingual sections) must implement.
Methods
                    getEntries()
        
                                            
                
            Get the list of sitemap entries.
                    getEntryGroups()
        
                                            
                
            Get the list of sitemap groups.
                    bool
                
                
                    displayMenu()
        
                                            
                
            Should the site locales menu be displayed?
Details
        
                            EntryInterface[]
    getEntries()
        
    
    Get the list of sitemap entries.
        
                            GroupInterface[]
    getEntryGroups()
        
    
    Get the list of sitemap groups.
        
                            bool
    displayMenu()
        
    
    Should the site locales menu be displayed?