public function Timeline::getTitleSlide in Views TimelineJS integration 8.3
Returns the timeline's title slide.
Return value
\Drupal\views_timelinejs\TimelineJS\SlideInterface The title slide.
Overrides TimelineInterface::getTitleSlide
File
- src/
TimelineJS/ Timeline.php, line 48
Class
- Timeline
- Defines a TimelineJS3 timeline.
Namespace
Drupal\views_timelinejs\TimelineJSCode
public function getTitleSlide() {
return $this->titleSlide;
}