You are here

public function TimelineInterface::getEvents in Views TimelineJS integration 8.3

Returns the timeline's array of event slides.

Return value

\Drupal\views_timelinejs\TimelineJS\SlideInterface[] An array of slides.

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

File

src/TimelineJS/TimelineInterface.php, line 24

Class

TimelineInterface
Provides an interface for defining TimelineJS3 timelines.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

public function getEvents();