You are here

public function Timeline::getEvents in Views TimelineJS integration 7.3

Returns the timeline's array of event slides.

Return value

array An array of TimelineSlideInterface objects.

Overrides TimelineInterface::getEvents

File

src/Timeline.php, line 60

Class

Timeline
Defines a TimelineJS3 timeline.

Code

public function getEvents() {
  return $this->events;
}