You are here

public function Slide::setGroup in Views TimelineJS integration 8.3

Sets the group for this slide.

Parameters

string $group: The group name.

Overrides SlideInterface::setGroup

File

src/TimelineJS/Slide.php, line 103

Class

Slide
Defines a TimelineJS3 slide.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

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