You are here

public function TimelineSlide::enableAutolink in Views TimelineJS integration 7.3

Sets the slide's autolink property to TRUE.

Overrides TimelineSlideInterface::enableAutolink

File

src/TimelineSlide.php, line 119

Class

TimelineSlide
Defines a TimelineJS3 slide.

Code

public function enableAutolink() {
  $this->autolink = TRUE;
}