TimelineTextInterface.php in Views TimelineJS integration 7.3
File
src/TimelineTextInterface.phpView source
<?php
/**
* Provides an interface for defining TimelineJS3 text objects.
*/
interface TimelineTextInterface extends TimelineObjectInterface {
}
Interfaces
Name | Description |
---|---|
TimelineTextInterface | Provides an interface for defining TimelineJS3 text objects. |