You are here

public function TimelineSlide::disableAutolink in Views TimelineJS integration 7.3

Sets the slide's autolink property to FALSE.

Overrides TimelineSlideInterface::disableAutolink

File

src/TimelineSlide.php, line 126

Class

TimelineSlide
Defines a TimelineJS3 slide.

Code

public function disableAutolink() {
  $this->autolink = FALSE;
}