sections()
sections() : \ArrayAccess|\Traversable
currentSection(boolean $raw = false) : array|\Charcoal\Cms\SectionInterface
Gets the current section based on AbstractTemplate::Section and context.
boolean | $raw | Option the receive the non-formatted section. |
sectionFromSlug(string $slug) : \Charcoal\Cms\SectionInterface|array
string | $slug | The section slug to load from. |