You are here

DateInterface.php in Views TimelineJS integration 8.3

File

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

namespace Drupal\views_timelinejs\TimelineJS;


/**
 * Provides an interface for defining TimelineJS3 dates.
 */
interface DateInterface extends ObjectInterface {

}

Interfaces

Namesort descending Description
DateInterface Provides an interface for defining TimelineJS3 dates.