public function TimelineInterface::getTitleSlide in Views TimelineJS integration 8.3
Returns the timeline's title slide.
Return value
\Drupal\views_timelinejs\TimelineJS\SlideInterface The title slide.
1 method overrides TimelineInterface::getTitleSlide()
- Timeline::getTitleSlide in src/
TimelineJS/ Timeline.php - Returns the timeline's title slide.
File
- src/
TimelineJS/ TimelineInterface.php, line 56
Class
- TimelineInterface
- Provides an interface for defining TimelineJS3 timelines.
Namespace
Drupal\views_timelinejs\TimelineJSCode
public function getTitleSlide();