You are here

public function SlideInterface::setUniqueId in Views TimelineJS integration 8.3

Sets the unique ID for this slide.

Parameters

int|string $id: The unique ID.

1 method overrides SlideInterface::setUniqueId()
Slide::setUniqueId in src/TimelineJS/Slide.php
Sets the unique ID for this slide.

File

src/TimelineJS/SlideInterface.php, line 48

Class

SlideInterface
Provides an interface for defining TimelineJS3 slides.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

public function setUniqueId($id);