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.

Return Value

EntryInterface

GroupInterface getEntryGroups()

Get the list of sitemap groups.

Return Value

GroupInterface

bool displayMenu()

Should the site locales menu be displayed?

Return Value

bool