interface TimelineObjectInterface in Views TimelineJS integration 7.3
Provides an interface for defining TimelineJS3 objects.
Hierarchy
- interface \TimelineObjectInterface
Expanded class hierarchy of TimelineObjectInterface
All classes that implement TimelineObjectInterface
File
- src/
TimelineObjectInterface.php, line 6
View source
interface TimelineObjectInterface {
/**
* Creates an array representing the TimelineJS javascript object.
*
* @return array
* The formatted array.
*/
public function buildArray();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TimelineObjectInterface:: |
public | function | Creates an array representing the TimelineJS javascript object. | 7 |