You are here

public function SlideInterface::setGroup in Views TimelineJS integration 8.3

Sets the group for this slide.

Parameters

string $group: The group name.

1 method overrides SlideInterface::setGroup()
Slide::setGroup in src/TimelineJS/Slide.php
Sets the group for this slide.

File

src/TimelineJS/SlideInterface.php, line 24

Class

SlideInterface
Provides an interface for defining TimelineJS3 slides.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

public function setGroup($group);