You are here

BackgroundInterface.php in Views TimelineJS integration 8.3

File

src/TimelineJS/BackgroundInterface.php
View source
<?php

namespace Drupal\views_timelinejs\TimelineJS;


/**
 * Provides an interface for defining TimelineJS3 background objects.
 */
interface BackgroundInterface extends ObjectInterface {

}

Interfaces

Namesort descending Description
BackgroundInterface Provides an interface for defining TimelineJS3 background objects.