public function SlideInterface::setBackground in Views TimelineJS integration 8.3
Sets the background for this slide.
Parameters
\Drupal\views_timelinejs\TimelineJS\BackgroundInterface $backgound: The background object.
1 method overrides SlideInterface::setBackground()
- Slide::setBackground in src/
TimelineJS/ Slide.php - Sets the background for this slide.
File
- src/
TimelineJS/ SlideInterface.php, line 40
Class
- SlideInterface
- Provides an interface for defining TimelineJS3 slides.
Namespace
Drupal\views_timelinejs\TimelineJSCode
public function setBackground(BackgroundInterface $backgound);