You are here

public function Timeline::getTitleSlide in Views TimelineJS integration 7.3

Returns the timeline's title slide.

Return value

TimelineSlideInterface The title slide.

Overrides TimelineInterface::getTitleSlide

File

src/Timeline.php, line 46

Class

Timeline
Defines a TimelineJS3 timeline.

Code

public function getTitleSlide() {
  return $this->title_slide;
}