You are here

EraInterface.php in Views TimelineJS integration 8.3

File

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

namespace Drupal\views_timelinejs\TimelineJS;


/**
 * Provides an interface for defining TimelineJS3 eras.
 */
interface EraInterface extends ObjectInterface {

}

Interfaces

Namesort descending Description
EraInterface Provides an interface for defining TimelineJS3 eras.