You are here

interface TimelineObjectInterface in Views TimelineJS integration 7.3

Provides an interface for defining TimelineJS3 objects.

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
TimelineObjectInterface::buildArray public function Creates an array representing the TimelineJS javascript object. 7