You are here

public function TimelineInterface::getTitleSlide in Views TimelineJS integration 7.3

Returns the timeline's title slide.

Return value

TimelineSlideInterface The title slide.

1 method overrides TimelineInterface::getTitleSlide()
Timeline::getTitleSlide in src/Timeline.php
Returns the timeline's title slide.

File

src/TimelineInterface.php, line 54

Class

TimelineInterface
Provides an interface for defining TimelineJS3 timelines.

Code

public function getTitleSlide();