You are here

TextInterface.php in Views TimelineJS integration 8.3

File

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

namespace Drupal\views_timelinejs\TimelineJS;


/**
 * Provides an interface for defining TimelineJS3 text objects.
 */
interface TextInterface extends ObjectInterface {

}

Interfaces

Namesort descending Description
TextInterface Provides an interface for defining TimelineJS3 text objects.