Skip to main content
Reference

BreadcrumbHelper SFO

This helper class may be used within a page template to construct a breadcrumb of the parent pages. Pass in the current $group variable and it will return the trail you may then loop through and display.

Properties

FieldTypeComment/Sample

Methods

MethodReturnsParametersParameter TypesComments/Sample
getBreadcrumbTrail(group)[Array](./array-sfo.md) of [ProductGroups](./productgroup-sfo.md)`` groupProductGroup
 isElderOf(group, potentialElder)boolean returns true if a potentialElder is indeed an elder of group.

See Also

Breadcrumbs - Developer Example

Was this page helpful?