You are here

public function TimelineInterface::getEvents in Views TimelineJS integration 7.3

Returns the timeline's array of event slides.

Return value

array An array of TimelineSlideInterface objects.

1 method overrides TimelineInterface::getEvents()
Timeline::getEvents in src/Timeline.php
Returns the timeline's array of event slides.

File

src/TimelineInterface.php, line 22

Class

TimelineInterface
Provides an interface for defining TimelineJS3 timelines.

Code

public function getEvents();