You are here

public function TimelineInterface::getEras in Views TimelineJS integration 7.3

Returns the timeline's array of eras.

Return value

array An array of TimelineEraInterface objects.

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

File

src/TimelineInterface.php, line 38

Class

TimelineInterface
Provides an interface for defining TimelineJS3 timelines.

Code

public function getEras();