$currentEvent
$currentEvent : array
Currently displayed event.
$eventManager : \Charcoal\Cms\Service\Manager\EventManager
eventCategory(\Charcoal\Cms\EventInterface $event) : \Charcoal\Object\CategoryInterface
\Charcoal\Cms\EventInterface | $event | Charcoal\Cms\EventInterface. |
getEventStartDateFormat(\Charcoal\Cms\EventInterface $event) : string
\Charcoal\Cms\EventInterface | $event | Charcoal\Cms\EventInterface. |
getEventEndDateFormat(\Charcoal\Cms\EventInterface $event) : string
\Charcoal\Cms\EventInterface | $event | Charcoal\Cms\EventInterface. |
getEventDateFormat(\Charcoal\Cms\EventInterface $event) : string
\Charcoal\Cms\EventInterface | $event | Charcoal\Cms\EventInterface. |
getEventTimeFormat(\Charcoal\Cms\EventInterface $event) : string
\Charcoal\Cms\EventInterface | $event | Charcoal\Cms\EventInterface. |
eventFormatShort(\Charcoal\Cms\EventInterface $event) : array
Formatting expected in templates
\Charcoal\Cms\EventInterface | $event | Charcoal\Cms\EventInterface. |
The needed event properties.
eventFormatNav(\Charcoal\Cms\EventInterface $event) : array
Formatting expected in templates
\Charcoal\Cms\EventInterface | $event | Charcoal\Cms\EventInterface. |
The needed event properties.
eventFormatFull(\Charcoal\Cms\EventInterface $event) : array
\Charcoal\Cms\EventInterface | $event | The current event. |
The needed properties.
eventManager() : \Charcoal\Cms\Service\Manager\EventManager
When dependency is missing.
setEventManager(\Charcoal\Cms\Service\Manager\EventManager $eventManager) : self
\Charcoal\Cms\Service\Manager\EventManager | $eventManager | The event Manager class. |