You are here

public function SlideInterface::setDisplayDate in Views TimelineJS integration 8.3

Sets the display date for this slide.

Parameters

string $display_date: The display date.

1 method overrides SlideInterface::setDisplayDate()
Slide::setDisplayDate in src/TimelineJS/Slide.php
Sets the display date for this slide.

File

src/TimelineJS/SlideInterface.php, line 32

Class

SlideInterface
Provides an interface for defining TimelineJS3 slides.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

public function setDisplayDate($display_date);