You are here

public function TimelineSlideInterface::setGroup in Views TimelineJS integration 7.3

Sets the group for this slide.

Parameters

string $group: The group name.

1 method overrides TimelineSlideInterface::setGroup()
TimelineSlide::setGroup in src/TimelineSlide.php
Sets the group for this slide.

File

src/TimelineSlideInterface.php, line 22

Class

TimelineSlideInterface
Provides an interface for defining TimelineJS3 slides.

Code

public function setGroup($group);