You are here

interface BackgroundInterface in Views TimelineJS integration 8.3

Provides an interface for defining TimelineJS3 background objects.

Hierarchy

Expanded class hierarchy of BackgroundInterface

All classes that implement BackgroundInterface

File

src/TimelineJS/BackgroundInterface.php, line 8

Namespace

Drupal\views_timelinejs\TimelineJS
View source
interface BackgroundInterface extends ObjectInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ObjectInterface::buildArray public function Creates an array representing the TimelineJS javascript object. 7