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