You are here

public function TimelineSlide::setGroup in Views TimelineJS integration 7.3

Sets the group for this slide.

Parameters

string $group: The group name.

Overrides TimelineSlideInterface::setGroup

File

src/TimelineSlide.php, line 91

Class

TimelineSlide
Defines a TimelineJS3 slide.

Code

public function setGroup($group) {
  $this->group = $group;
}