You are here

public function TimelineSlideInterface::setDisplayDate in Views TimelineJS integration 7.3

Sets the display date for this slide.

Parameters

string $display_date: The display date.

1 method overrides TimelineSlideInterface::setDisplayDate()
TimelineSlide::setDisplayDate in src/TimelineSlide.php
Sets the display date for this slide.

File

src/TimelineSlideInterface.php, line 30

Class

TimelineSlideInterface
Provides an interface for defining TimelineJS3 slides.

Code

public function setDisplayDate($display_date);