You are here

public function Slide::disableAutolink in Views TimelineJS integration 8.3

Sets the slide's autolink property to FALSE.

Overrides SlideInterface::disableAutolink

File

src/TimelineJS/Slide.php, line 138

Class

Slide
Defines a TimelineJS3 slide.

Namespace

Drupal\views_timelinejs\TimelineJS

Code

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