You are here

public function TimelineInterface::setTitleSlide in Views TimelineJS integration 8.3

Sets the timeline's title slide.

Parameters

\Drupal\views_timelinejs\TimelineJS\SlideInterface $slide: The new slide.

1 method overrides TimelineInterface::setTitleSlide()
Timeline::setTitleSlide in src/TimelineJS/Timeline.php
Sets the timeline's title slide.

File

src/TimelineJS/TimelineInterface.php, line 48

Class

TimelineInterface
Provides an interface for defining TimelineJS3 timelines.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

public function setTitleSlide(SlideInterface $slide);